Class LSCM.Point2

  • Enclosing class:
    LSCM

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double x()  
      double y()  
      • 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

      • Point2

        public Point2​(double x,
                      double y)
      • Point2

        public Point2()
    • Method Detail

      • x

        public double x()
      • y

        public double y()