-----------------------------------------------------------------------------
| 1018 | } |
| 1019 | //----------------------------------------------------------------------------- |
| 1020 | Real AutoParamDataSource::getTime_0_2Pi( Real x ) const |
| 1021 | { |
| 1022 | return this->getTime_0_X( x ) / x * 2 * Math::PI; |
| 1023 | } |
| 1024 | //----------------------------------------------------------------------------- |
| 1025 | Real AutoParamDataSource::getCosTime_0_2Pi( Real x ) const |
| 1026 | { |
no test coverage detected