MCPcopy 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
903Mat4 Mat4::getTransposed() const
904{
905 Mat4 mat(*this);
906 mat.transpose();
907 return mat;
908}
909
910NS_AX_MATH_END

Callers

nothing calls this directly

Calls 1

transposeMethod · 0.45

Tested by

no test coverage detected