| 188 | |
| 189 | |
| 190 | void TriQuaternion::SetRotationArc( |
| 191 | const Vector3* v1, |
| 192 | const Vector3* v2 ) |
| 193 | { |
| 194 | TriQuaternionRotationArc( this, v1, v2 ); |
| 195 | } |
| 196 | |
| 197 | |
| 198 | void TriQuaternion::MultiplyQuaternion( |
nothing calls this directly
no test coverage detected