Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
898
void Mat4::transpose()
899
{
900
MathUtil::transposeMatrix(m, m);
901
}
902
903
Mat4 Mat4::getTransposed() const
904
{
Callers
5
_getEigenVectors
Function · 0.45
_getOBBOrientation
Function · 0.45
OBB
Method · 0.45
getNormalMat3OfMat4
Function · 0.45
getTransposed
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected