public class Point3D extends Point2D
double
z
static Point3D
ZERO
x, y
Point3D()
Point3D(double x, double y, double z)
Point3D(Point3D other)
Point3D
add(Point3D p2)
average()
divide(double k)
boolean
equals(Object o)
multiply(double k)
multiply(Point3D p2)
subtract(Point3D p2)
String
toString()
add, multiply, subtract
getClass, hashCode, notify, notifyAll, wait, wait, wait
public double z
public static final Point3D ZERO
public Point3D()
public Point3D(double x, double y, double z)
public Point3D(Point3D other)
public boolean equals(Object o)
equals
Point2D
public Point3D add(Point3D p2)
public Point3D subtract(Point3D p2)
public Point3D multiply(Point3D p2)
public Point3D multiply(double k)
multiply
public Point3D divide(double k)
divide
public double average()
average
public String toString()
toString
Processing library EyeTribeProcessing by Jorge C. S. Cardoso. (c) 2015