--------------------------------------------------------------------------------
| 25 | |
| 26 | // -------------------------------------------------------------------------------- |
| 27 | float RandomConstant( const Tr2CurveVector3Expression* curve, float a, float b ) |
| 28 | { |
| 29 | return ( ( b - a ) * curve->GetRandomConstant() ) + a; |
| 30 | } |
| 31 | |
| 32 | float RandomHash( const Tr2CurveVector3Expression* curve, float a, float b, float x ) |
| 33 | { |
nothing calls this directly
no test coverage detected