MCPcopy Create free account
hub / github.com/assimp/assimp / aiTransposeMatrix4

Function aiTransposeMatrix4

code/Common/Assimp.cpp:614–617  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

612
613// ------------------------------------------------------------------------------------------------
614ASSIMP_API void aiTransposeMatrix4(aiMatrix4x4 *mat) {
615 ai_assert(nullptr != mat);
616 mat->Transpose();
617}
618
619// ------------------------------------------------------------------------------------------------
620// Vector transformation

Callers 2

recursive_renderFunction · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.68