public class Point3D extends Object
double
x
y
z
Point3D()
Point3D(double x, double y, double z)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public double x
public double y
public double z
public Point3D()
public Point3D(double x, double y, double z)
public String toString()
toString
Object
Copyright © 2014–2015 Nikolche Mihajlovski and contributors. All rights reserved.