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

Function aiIdentityMatrix4

code/Common/Assimp.cpp:665–669  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

663
664// ------------------------------------------------------------------------------------------------
665ASSIMP_API void aiIdentityMatrix4(
666 aiMatrix4x4 *mat) {
667 ai_assert(nullptr != mat);
668 *mat = aiMatrix4x4();
669}
670
671// ------------------------------------------------------------------------------------------------
672ASSIMP_API C_STRUCT const aiImporterDesc *aiGetImporterDesc(const char *extension) {

Callers 2

get_bounding_boxFunction · 0.85
TEST_FFunction · 0.85

Calls 1

aiMatrix4x4Class · 0.85

Tested by 1

TEST_FFunction · 0.68