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

Function LNLIB_MATRIX_is_identity

dotnet/CAPI/src/Matrix4d_CAPI.cpp:163–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163int LNLIB_MATRIX_is_identity(Matrix4d_C m)
164{
165 bool success = ToMatrix4d(m).IsIdentity();
166 return success ? 1 : 0;
167}
168
169int LNLIB_MATRIX_has_reflection(Matrix4d_C m)
170{

Callers

nothing calls this directly

Calls 2

ToMatrix4dFunction · 0.85
IsIdentityMethod · 0.45

Tested by

no test coverage detected