| 89 | } |
| 90 | |
| 91 | Vector3* TriRigidOrientation::GetValueDotAt( |
| 92 | Vector3* in, |
| 93 | Be::Time now ) |
| 94 | { |
| 95 | return GetValueDotAt( in, TimeAsDouble( now - mStart ) ); |
| 96 | } |
| 97 | |
| 98 | Vector3* TriRigidOrientation::GetValueDotAt( |
| 99 | Vector3* in, |
nothing calls this directly
no test coverage detected