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

Method getCosTime_0_1

OgreMain/src/OgreAutoParamDataSource.cpp:999–1002  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

997 Real AutoParamDataSource::getTime_0_1( Real x ) const { return this->getTime_0_X( x ) / x; }
998 //-----------------------------------------------------------------------------
999 Real AutoParamDataSource::getCosTime_0_1( Real x ) const
1000 {
1001 return std::cos( this->getTime_0_1( x ) );
1002 }
1003 //-----------------------------------------------------------------------------
1004 Real AutoParamDataSource::getSinTime_0_1( Real x ) const
1005 {

Callers 1

_updateAutoParamsMethod · 0.80

Calls 1

getTime_0_1Method · 0.95

Tested by

no test coverage detected