Documentation of 'medusa.georgios.Point3d' Java class
Point3d
medusa.georgios

Class Point3d



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

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

      • Methods inherited from class java.lang.Object

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

      • x

        public double x
      • y

        public double y
      • z

        public double z
    • Constructor Detail

      • Point3d

        public Point3d(double x,
                       double y,
                       double z)
      • Point3d

        public Point3d(float x,
                       float y,
                       float z)
      • Point3d

        public Point3d(double[] p)
      • Point3d

        public Point3d(float[] p)
      • Point3d

        public Point3d(Point3d p1)
      • Point3d

        public Point3d()

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.