Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ getTransposed
Method
getTransposed
core/math/Mat4.cpp:903–908 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
901
}
902
903
Mat4 Mat4::getTransposed() const
904
{
905
Mat4 mat(*this);
906
mat.transpose();
907
return mat;
908
}
909
910
NS_AX_MATH_END
Callers
nothing calls this directly
Calls
1
transpose
Method · 0.45
Tested by
no test coverage detected