All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
TSRVector4 |
absolute4() |
void |
add(TSRVector3 _p1,
TSRVector3 _p2) |
void |
addLerp(TSRVector4 _p1,
TSRVector4 _p2,
float _fWieght) |
void |
assign(float _x,
float _y,
float _z,
float _w) |
void |
assign(TSRColor4 _color) |
void |
assign(TSRVector3 _other) |
int |
closestAxis4() |
void |
createMatrixFromQuaternion(float[] _pfMatrix) |
void |
createQuaternionFromMatrix(float[] _pfMatrix,
int _iRowColumnCount) |
void |
cross(TSRVector3 _a,
TSRVector3 _b) |
TSRVector4 |
decrementBy(TSRVector3 _in) |
TSRVector4 |
decrementBy(TSRVector4 _in) |
void |
delete() |
TSRVector4 |
divideBy(float _in) |
TSRVector4 |
divideBy(TSRVector4 _in) |
float |
dot(TSRVector3 _a) |
float |
dot(TSRVector4 _a) |
float |
dot4(TSRVector4 _a) |
protected void |
finalize() |
TSRVector4 |
floor() |
protected static long |
getCPtr(TSRVector4 obj) |
static TSRVector4 |
getI() |
static TSRVector4 |
getJ() |
static TSRVector4 |
getK() |
float[] |
getV() |
float |
getW() |
float |
getX() |
float |
getY() |
float |
getZ() |
static TSRVector4 |
getZero() |
TSRVector4 |
incrementBy(TSRVector3 _in) |
TSRVector4 |
incrementBy(TSRVector4 _in) |
float |
mag() |
float |
magSquared() |
int |
maxAxis4() |
int |
minAxis4() |
TSRVector4 |
multiplyBy(float _in) |
TSRVector4 |
multiplyBy(TSRVector4 _in) |
void |
negate() |
float |
normalize() |
void |
setV(float[] value) |
void |
setW(float value) |
void |
setX(float value) |
void |
setY(float value) |
void |
setZ(float value) |
TSRVector4 |
slerp(TSRVector4 _q1,
TSRVector4 _q2,
float t) |
void |
subtract(TSRVector3 _p1,
TSRVector3 _p2) |