| 314 | } |
| 315 | |
| 316 | void TriMatrix::PyRotationQuaternion( ITriQuaternion* quaternion ) |
| 317 | { |
| 318 | RotationQuaternion( quaternion->GetQuaternion() ); |
| 319 | } |
| 320 | |
| 321 | void TriMatrix::PyTransformation( |
| 322 | ITriVector* scalingCenter, |
nothing calls this directly
no test coverage detected