--------------------------------------------------------------------------------
| 53 | |
| 54 | // -------------------------------------------------------------------------------- |
| 55 | float Input( const Tr2CurveVector3Expression* curve, float index ) |
| 56 | { |
| 57 | return curve->GetInputValue( int32_t( index + 0.5f ) ); |
| 58 | } |
| 59 | |
| 60 | // -------------------------------------------------------------------------------- |
| 61 | float InputAt( const Tr2CurveVector3Expression* curve, float index, float time ) |
nothing calls this directly
no test coverage detected