| 19 | void SetTransform( const Matrix4 &transform ) {this->Matrix4::operator =(transform);} |
| 20 | |
| 21 | Matrix4 CalcInvTransform() const {return InverseScaled();} |
| 22 | |
| 23 | void SetOrient( Vector3Par dir, Vector3Par up ) |
| 24 | { |
no outgoing calls
no test coverage detected