--------------------------------------------------------------------------------
| 222 | |
| 223 | // -------------------------------------------------------------------------------- |
| 224 | float Tr2CurveScalarExpression::GetRandomConstant() const |
| 225 | { |
| 226 | if( g_expressionCurveFakeRandom ) |
| 227 | { |
| 228 | return 0.21f; |
| 229 | } |
| 230 | else |
| 231 | { |
| 232 | return m_randomConstant; |
| 233 | } |
| 234 | } |
| 235 | |
| 236 | // -------------------------------------------------------------------------------- |
| 237 | void Tr2CurveScalarExpression::ResetRandomConstant() |
no outgoing calls
no test coverage detected