| 377 | } |
| 378 | |
| 379 | void TriVector::PyTransformQuaternion( ITriQuaternion* rotation ) |
| 380 | { |
| 381 | TransformQuaternion( rotation->GetQuaternion() ); |
| 382 | } |
| 383 | |
| 384 | void TriVector::PySetCrossProduct( ITriVector* v1, ITriVector* v2 ) |
| 385 | { |
nothing calls this directly
no test coverage detected