Class Point3D

    • Constructor Detail

      • Point3D

        public Point3D​(double pX,
                       double pY,
                       double pZ)
    • Method Detail

      • getX

        public double getX()
      • getY

        public double getY()
      • getZ

        public double getZ()
      • getCoordinate

        public Coordinate getCoordinate()