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

Function LNLIB_MATRIX_multiply

dotnet/CAPI/src/Matrix4d_CAPI.cpp:133–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133Matrix4d_C LNLIB_MATRIX_multiply(Matrix4d_C a, Matrix4d_C b)
134{
135 return FromMatrix4d(ToMatrix4d(a).Multiply(ToMatrix4d(b)));
136}
137
138int LNLIB_MATRIX_get_inverse(Matrix4d_C m, Matrix4d_C* out_inverse)
139{

Callers

nothing calls this directly

Calls 3

FromMatrix4dFunction · 0.85
ToMatrix4dFunction · 0.85
MultiplyMethod · 0.45

Tested by

no test coverage detected