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