Class LSCM.Point

  • Enclosing class:
    LSCM

    class LSCM.Point
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private double[] m_v  
    • Constructor Summary

      Constructors 
      Constructor Description
      Point()  
      Point​(double x, double y, double z)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double angle​(LSCM.Point p)  
      double get​(int i)  
      double norm()  
      double norm​(int i)  
      (package private) LSCM.Point rotate​(double theta, LSCM.Point vector)  
      double x()  
      double y()  
      double z()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • m_v

        private double[] m_v
    • Constructor Detail

      • Point

        public Point​(double x,
                     double y,
                     double z)
      • Point

        public Point()
    • Method Detail

      • norm

        public double norm()
      • norm

        public double norm​(int i)
      • x

        public double x()
      • y

        public double y()
      • z

        public double z()
      • get

        public double get​(int i)