Translations | |
static void | MathTools::ChangePos (Matrix &world, float x, float y, float z) |
Changes world position based on current position. | |
static void | MathTools::SetPos (Matrix &world, float x, float y, float z) |
Sets world position to exact XYZ coordinates. | |
static float | MathTools::GetXPos (const Matrix &world) |
Returns objects X Position. | |
static float | MathTools::GetYPos (const Matrix &world) |
Returns objects Y Position. | |
static float | MathTools::GetZPos (const Matrix &world) |
Returns objects Z Position. | |
|
static |
Changes world position based on current position.
world | |
x | |
y | |
z |
|
static |
Returns objects X Position.
world |
|
static |
Returns objects Y Position.
world |
|
static |
Returns objects Z Position.
world |
|
static |
Sets world position to exact XYZ coordinates.
world | |
x | |
y | |
z |