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

Function LNLIB_MATRIX_get_basis_w

dotnet/CAPI/src/Matrix4d_CAPI.cpp:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110XYZ_C LNLIB_MATRIX_get_basis_w(Matrix4d_C m)
111{
112 return FromXYZ(ToMatrix4d(m).GetBasisW());
113}
114
115Matrix4d_C LNLIB_MATRIX_set_basis_w(Matrix4d_C m, XYZ_C basisW)
116{

Callers

nothing calls this directly

Calls 3

FromXYZFunction · 0.85
ToMatrix4dFunction · 0.85
GetBasisWMethod · 0.45

Tested by

no test coverage detected