public class Vector3f extends Tuple3f
Constructor and Description |
---|
Vector3f() |
Vector3f(float[] x) |
Vector3f(float x,
float y,
float z) |
Vector3f(Tuple3f t) |
Vector3f(Vector3f t) |
Modifier and Type | Method and Description |
---|---|
float |
angle(Vector3f v) |
void |
cross(Vector3f v1,
Vector3f v2) |
float |
dot(Vector3f v) |
float |
length() |
void |
normalize() |