--------------------------------------------------------------------------------
| 15 | |
| 16 | // -------------------------------------------------------------------------------- |
| 17 | void Tr2CurveVector2::UpdateValue( double time ) |
| 18 | { |
| 19 | m_currentValue.x = m_x.Update( time ); |
| 20 | m_currentValue.y = m_y.Update( time ); |
| 21 | } |
| 22 | |
| 23 | // -------------------------------------------------------------------------------- |
| 24 | float Tr2CurveVector2::Length() |