MCPcopy Create free account
hub / github.com/BIMCoderLiang/LNLib / LNLIB_MATRIX_get_transpose

Function LNLIB_MATRIX_get_transpose

dotnet/CAPI/src/Matrix4d_CAPI.cpp:148–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148Matrix4d_C LNLIB_MATRIX_get_transpose(Matrix4d_C m)
149{
150 return FromMatrix4d(ToMatrix4d(m).GetTranspose());
151}
152
153XYZ_C LNLIB_MATRIX_get_scale(Matrix4d_C m)
154{

Callers

nothing calls this directly

Calls 3

FromMatrix4dFunction · 0.85
ToMatrix4dFunction · 0.85
GetTransposeMethod · 0.45

Tested by

no test coverage detected