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

Function LNLIB_MATRIX_get_determinant

dotnet/CAPI/src/Matrix4d_CAPI.cpp:158–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158double LNLIB_MATRIX_get_determinant(Matrix4d_C m)
159{
160 return ToMatrix4d(m).GetDeterminant();
161}
162
163int LNLIB_MATRIX_is_identity(Matrix4d_C m)
164{

Callers

nothing calls this directly

Calls 2

ToMatrix4dFunction · 0.85
GetDeterminantMethod · 0.45

Tested by

no test coverage detected