Class RealPoint

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    SplineControlPoint

    public class RealPoint
    extends java.lang.Object
    implements java.io.Serializable
    Utility class representing a 3-dimensional point
    Author:
    jsevy
    See Also:
    Serialized Form
    • Field Detail

      • x

        public double x
      • y

        public double y
      • z

        public double z
    • Constructor Detail

      • RealPoint

        public RealPoint​(double x,
                         double y,
                         double z)
      • RealPoint

        public RealPoint​(RealPoint other)