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