MCPcopy Create free account
hub / github.com/axmolengine/axmol / transpose

Method transpose

core/math/Mat4.cpp:898–901  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

896}
897
898void Mat4::transpose()
899{
900 MathUtil::transposeMatrix(m, m);
901}
902
903Mat4 Mat4::getTransposed() const
904{

Callers 5

_getEigenVectorsFunction · 0.45
_getOBBOrientationFunction · 0.45
OBBMethod · 0.45
getNormalMat3OfMat4Function · 0.45
getTransposedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected