public class Point4f extends Tuple4f
| Constructor | Description |
|---|---|
Point4f() |
Constructs and initializes a Point4f to (0,0,0,0).
|
| Modifier and Type | Method | Description |
|---|---|---|
float |
distance(Point4f p1) |
Returns the distance between this point and point p1.
|
static Point4f |
new4(float x,
float y,
float z,
float w) |
|
static Point4f |
newPt(Point4f value) |