MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / getCosTime_0_2Pi

Method getCosTime_0_2Pi

OgreMain/src/OgreAutoParamDataSource.cpp:1025–1028  ·  view source on GitHub ↗

-----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1023 }
1024 //-----------------------------------------------------------------------------
1025 Real AutoParamDataSource::getCosTime_0_2Pi( Real x ) const
1026 {
1027 return std::cos( this->getTime_0_2Pi( x ) );
1028 }
1029 //-----------------------------------------------------------------------------
1030 Real AutoParamDataSource::getSinTime_0_2Pi( Real x ) const
1031 {

Callers 1

_updateAutoParamsMethod · 0.80

Calls 1

getTime_0_2PiMethod · 0.95

Tested by

no test coverage detected