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

Function LNLIB_MATRIX_get_scale

dotnet/CAPI/src/Matrix4d_CAPI.cpp:153–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153XYZ_C LNLIB_MATRIX_get_scale(Matrix4d_C m)
154{
155 return FromXYZ(ToMatrix4d(m).GetScale());
156}
157
158double LNLIB_MATRIX_get_determinant(Matrix4d_C m)
159{

Callers

nothing calls this directly

Calls 3

FromXYZFunction · 0.85
ToMatrix4dFunction · 0.85
GetScaleMethod · 0.45

Tested by

no test coverage detected