public class Point3f extends Tuple3f
Constructor and Description |
---|
Point3f() |
Point3f(float[] x) |
Point3f(float x,
float y,
float z) |
Point3f(Point3f t) |
Point3f(Tuple3f t) |
Modifier and Type | Method and Description |
---|---|
float |
distance(Point3f p) |
float |
distanceL1(Point3f p) |
float |
distanceSquared(Point3f p) |