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

Function LNLIB_MATRIX_has_reflection

dotnet/CAPI/src/Matrix4d_CAPI.cpp:169–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169int LNLIB_MATRIX_has_reflection(Matrix4d_C m)
170{
171 bool success = ToMatrix4d(m).HasReflection();
172 return success ? 1 : 0;
173}
174
175int LNLIB_MATRIX_is_translation(Matrix4d_C m)
176{

Callers

nothing calls this directly

Calls 2

ToMatrix4dFunction · 0.85
HasReflectionMethod · 0.45

Tested by

no test coverage detected