Class Point3D.Double

java.lang.Object
net.frozenblock.lib.math.api.Point3D
net.frozenblock.lib.math.api.Point3D.Double
All Implemented Interfaces:
Serializable, Cloneable
Enclosing class:
Point3D

public static class Point3D.Double extends Point3D implements Serializable
See Also:
  • Field Details

    • x

      public double x
    • y

      public double y
    • z

      public double z
  • Constructor Details

    • Double

      public Double()
    • Double

      public Double(double x, double y, double z)
  • Method Details

    • getX

      public double getX()
      Specified by:
      getX in class Point3D
    • getY

      public double getY()
      Specified by:
      getY in class Point3D
    • getZ

      public double getZ()
      Specified by:
      getZ in class Point3D
    • setLocation

      public void setLocation(double x, double y, double z)
      Specified by:
      setLocation in class Point3D
    • toString

      public String toString()
      Overrides:
      toString in class Object