| 53 | |
| 54 | |
| 55 | Quaternion* TriRigidOrientation::GetValueAt( |
| 56 | Quaternion* in, |
| 57 | Be::Time now ) |
| 58 | { |
| 59 | return GetValueAt( in, TimeAsDouble( now - mStart ) ); |
| 60 | } |
| 61 | |
| 62 | |
| 63 | Quaternion* TriRigidOrientation::GetValueAt( |
nothing calls this directly
no test coverage detected