| 328 | this->ref(2, 3) = z; |
| 329 | } |
| 330 | void zeroTrans() |
| 331 | { |
| 332 | this->ref(0, 3) = 0.0f; |
| 333 | this->ref(1, 3) = 0.0f; |
| 334 | this->ref(2, 3) = 0.0f; |
| 335 | } |
| 336 | |
| 337 | void makeRotate(const TVec3f &, f32); |
| 338 | void makeQuat(const TQuat4f &rSrc); |
no outgoing calls
no test coverage detected