Class Point3D


  • public class Point3D
    extends java.lang.Object

    A point in a 2 axis space.

    © 2002 Christian Treber, ct@ctreber.com

    • Constructor Summary

      Constructors 
      Constructor Description
      Point3D​(double pX, double pY, double pZ)  
    • 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()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getCoordinate

        public Coordinate getCoordinate()