Methods
| Modifier and Type |
Method and Description |
static void |
add(Vector3f dest,
Vector3f v1,
Vector3f v2) |
static void |
add(Vector3f dest,
Vector3f v1,
Vector3f v2,
Vector3f v3) |
static void |
add(Vector3f dest,
Vector3f v1,
Vector3f v2,
Vector3f v3,
Vector3f v4) |
static int |
closestAxis4(Vector4f vec) |
static void |
cross3(Vector3f dest,
Vector4f v1,
Vector4f v2) |
static void |
div(Vector3f dest,
Vector3f v1,
Vector3f v2) |
static float |
dot3(Vector3f v0,
Vector4f v1) |
static float |
dot3(Vector4f v0,
Vector3f v1) |
static float |
dot3(Vector4f v0,
Vector4f v1) |
static float |
getCoord(Vector3f vec,
int num) |
static float |
lengthSquared3(Vector4f v) |
static int |
maxAxis(Vector3f v) |
static int |
maxAxis4(Vector4f v) |
static void |
mul(Vector3f dest,
Vector3f v1,
Vector3f v2) |
static void |
mulCoord(Vector3f vec,
int num,
float value) |
static void |
normalize3(Vector4f v) |
static void |
setCoord(Vector3f vec,
int num,
float value) |
static void |
setInterpolate3(Vector3f dest,
Vector3f v0,
Vector3f v1,
float rt) |
static void |
setMax(Vector3f a,
Vector3f b) |
static void |
setMin(Vector3f a,
Vector3f b) |