Class Position

  • All Implemented Interfaces:
    IPosition

    public class Position
    extends java.lang.Object
    implements IPosition
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected double x  
      protected double y  
      protected double z  
    • Constructor Summary

      Constructors 
      Constructor Description
      Position​(double p_i1368_1_, double p_i1368_3_, double p_i1368_5_)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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

      • x

        protected final double x
      • y

        protected final double y
      • z

        protected final double z
    • Constructor Detail

      • Position

        public Position​(double p_i1368_1_,
                        double p_i1368_3_,
                        double p_i1368_5_)
    • Method Detail

      • x

        public double x()
        Specified by:
        x in interface IPosition
      • y

        public double y()
        Specified by:
        y in interface IPosition
      • z

        public double z()
        Specified by:
        z in interface IPosition