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

Method getTime_0_2Pi

OgreMain/src/OgreAutoParamDataSource.cpp:1020–1023  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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 {

Callers 5

getCosTime_0_2PiMethod · 0.95
getSinTime_0_2PiMethod · 0.95
getTanTime_0_2PiMethod · 0.95
getTime_0_2Pi_packedMethod · 0.95
_updateAutoParamsMethod · 0.80

Calls 1

getTime_0_XMethod · 0.95

Tested by

no test coverage detected