|
| static void | MathTools::ChangeScale (Matrix &world, float scaleFactor) |
| | Uniformly scales object, based on the objects current size * ScaleFactor.
|
| |
| static void | MathTools::SetScale (Matrix &world, float scaleFactor) |
| | Sets object scaling uniformly to ScaleFactor.
|
| |
| static float | MathTools::GetScaleFactor (const Matrix &world) |
| | Returns objects ScaleFactor assuming uniform scaling.
|
| |
| static float | MathTools::GetScaleFactorImprecise (const Matrix &world) |
| | Returns objects ScaleFactor assuming uniform scaling using FastSqrt.
|
| |