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

Function LNLIB_MATRIX_of_vector

dotnet/CAPI/src/Matrix4d_CAPI.cpp:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128XYZ_C LNLIB_MATRIX_of_vector(Matrix4d_C m, XYZ_C vector)
129{
130 return FromXYZ(ToMatrix4d(m).OfVector(ToXYZ(vector)));
131}
132
133Matrix4d_C LNLIB_MATRIX_multiply(Matrix4d_C a, Matrix4d_C b)
134{

Callers

nothing calls this directly

Calls 4

FromXYZFunction · 0.85
ToMatrix4dFunction · 0.85
ToXYZFunction · 0.85
OfVectorMethod · 0.45

Tested by

no test coverage detected