Class Point3d


  • public class Point3d
    extends java.lang.Object
    • Field Summary

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

      Constructors 
      Constructor Description
      Point3d​(double a, double b, double c)
      3D Point class, for compatibility.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • x

        public final double x
      • y

        public final double y
      • z

        public final double z
    • Constructor Detail

      • Point3d

        public Point3d​(double a,
                       double b,
                       double c)
        3D Point class, for compatibility.
        Parameters:
        a -
        b -
        c -