|
open_iA 2024.9
|
Functions | |
| iAMat4 | operator* (const iAMat4 &a, const iAMat4 &b) |
| iAMat4 | operator* (const iAMat4 &a, float v) |
| iAVec3f | operator* (const iAMat4 &m, const iAVec3f &v) |
| iAMat4 | operator* (float v, const iAMat4 &a) |
| iAMat4 | operator+ (const iAMat4 &a, const iAMat4 &b) |
| iAMat4 | operator- (const iAMat4 &a, const iAMat4 &b) |
| iAMat4 | rotation (const iAVec3f &axis, float angle) |
| iAMat4 | rotationX (float angle) |
| iAMat4 | rotationY (float angle) |
| iAMat4 | rotationZ (float angle) |
| iAMat4 | scale (const iAVec3f &v) |
| iAMat4 | translate (const iAVec3f &loc) |
| iAMat4 rotationX | ( | float | angle | ) |
| iAMat4 rotationY | ( | float | angle | ) |
| iAMat4 rotationZ | ( | float | angle | ) |