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

Function LNLIB_MATRIX_create

dotnet/CAPI/src/Matrix4d_CAPI.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32Matrix4d_C LNLIB_MATRIX_create()
33{
34 return FromMatrix4d(LNLib::Matrix4d());
35}
36Matrix4d_C LNLIB_MATRIX_create_from_xyz(XYZ_C basis_x, XYZ_C basis_y, XYZ_C basis_z, XYZ_C origin)
37{
38 return FromMatrix4d(LNLib::Matrix4d::Matrix4d(ToXYZ(basis_x), ToXYZ(basis_y), ToXYZ(basis_z), ToXYZ(origin)));

Callers

nothing calls this directly

Calls 2

FromMatrix4dFunction · 0.85
Matrix4dClass · 0.50

Tested by

no test coverage detected