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

Method getSinTime_0_2Pi

OgreMain/src/OgreAutoParamDataSource.cpp:1030–1033  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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 {

Callers 1

_updateAutoParamsMethod · 0.80

Calls 1

getTime_0_2PiMethod · 0.95

Tested by

no test coverage detected