-----------------------------------------------------------------------------
| 1028 | } |
| 1029 | //----------------------------------------------------------------------------- |
| 1030 | Real AutoParamDataSource::getSinTime_0_2Pi( Real x ) const |
| 1031 | { |
| 1032 | return std::sin( this->getTime_0_2Pi( x ) ); |
| 1033 | } |
| 1034 | //----------------------------------------------------------------------------- |
| 1035 | Real AutoParamDataSource::getTanTime_0_2Pi( Real x ) const |
| 1036 | { |
no test coverage detected