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

Method getTransposeProjectionMatrix

OgreMain/src/OgreAutoParamDataSource.cpp:975–978  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

973 }
974 //-----------------------------------------------------------------------------
975 Matrix4 AutoParamDataSource::getTransposeProjectionMatrix(void) const
976 {
977 return this->getProjectionMatrix().transpose();
978 }
979 //-----------------------------------------------------------------------------
980 Matrix4 AutoParamDataSource::getInverseProjectionMatrix(void) const
981 {

Callers 1

_updateAutoParamsMethod · 0.80

Calls 2

getProjectionMatrixMethod · 0.95
transposeMethod · 0.80

Tested by

no test coverage detected