--------------------------------------------------------------------------------
| 106 | |
| 107 | // -------------------------------------------------------------------------------- |
| 108 | void Tr2CurveVector3Expression::UpdateValue( double time ) |
| 109 | { |
| 110 | m_currentValue = GetValue( time ); |
| 111 | } |
| 112 | |
| 113 | // -------------------------------------------------------------------------------- |
| 114 | Vector3 Tr2CurveVector3Expression::GetValue( double time ) const |
nothing calls this directly
no test coverage detected