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

Function LNLIB_MATRIX_set_basis_w

dotnet/CAPI/src/Matrix4d_CAPI.cpp:115–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115Matrix4d_C LNLIB_MATRIX_set_basis_w(Matrix4d_C m, XYZ_C basisW)
116{
117 LNLib::XYZ w = ToXYZ(basisW);
118 LNLib::Matrix4d mat = ToMatrix4d(m);
119 mat.SetBasisW(w);
120 return FromMatrix4d(mat);
121}
122
123XYZ_C LNLIB_MATRIX_of_point(Matrix4d_C m, XYZ_C point)
124{

Callers

nothing calls this directly

Calls 4

ToXYZFunction · 0.85
ToMatrix4dFunction · 0.85
FromMatrix4dFunction · 0.85
SetBasisWMethod · 0.45

Tested by

no test coverage detected