--------------------------------------------------------------------------------
| 59 | |
| 60 | // -------------------------------------------------------------------------------- |
| 61 | float InputAt( const Tr2CurveVector3Expression* curve, float index, float time ) |
| 62 | { |
| 63 | return curve->GetInputValue( int32_t( index + 0.5f ), time ); |
| 64 | } |
| 65 | |
| 66 | CcpParser::Function s_functions[] = { |
| 67 | CcpParser::Function( "fractal", &Fractal, 1, 0 ), |
nothing calls this directly
no test coverage detected