| 251 | |
| 252 | |
| 253 | void TriQuaternion::PyMultiply( ITriQuaternion* other ) |
| 254 | { |
| 255 | *static_cast<::Quaternion*>( this ) = *this * *other->GetQuaternion(); |
| 256 | } |
| 257 | |
| 258 | |
| 259 | void TriQuaternion::PyNormalize() |
nothing calls this directly
no test coverage detected