--------------------------------------------------------------------------------
| 210 | |
| 211 | // -------------------------------------------------------------------------------- |
| 212 | float Tr2CurveVector3Expression::GetRandomConstant() const |
| 213 | { |
| 214 | if( g_expressionCurveFakeRandom ) |
| 215 | { |
| 216 | return 0.21f; |
| 217 | } |
| 218 | else |
| 219 | { |
| 220 | return m_randomConstant; |
| 221 | } |
| 222 | } |
| 223 | |
| 224 | // -------------------------------------------------------------------------------- |
| 225 | float Tr2CurveVector3Expression::GetInputValue( int index ) const |
no outgoing calls
no test coverage detected