MCPcopy Create free account
hub / github.com/OGRECave/ogre / getTransposeViewMatrix

Method getTransposeViewMatrix

OgreMain/src/OgreAutoParamDataSource.cpp:965–968  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

963 }
964 //-----------------------------------------------------------------------------
965 Matrix4 AutoParamDataSource::getTransposeViewMatrix(void) const
966 {
967 return this->getViewMatrix().transpose();
968 }
969 //-----------------------------------------------------------------------------
970 Matrix4 AutoParamDataSource::getInverseTransposeViewMatrix(void) const
971 {

Callers 1

_updateAutoParamsMethod · 0.80

Calls 2

getViewMatrixMethod · 0.95
transposeMethod · 0.80

Tested by

no test coverage detected