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

Function LNLIB_MATRIX_create_from_xyz

dotnet/CAPI/src/Matrix4d_CAPI.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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)));
39}
40
41Matrix4d_C LNLIB_MATRIX_create_translation(XYZ_C vector)
42{

Callers

nothing calls this directly

Calls 3

FromMatrix4dFunction · 0.85
ToXYZFunction · 0.85
Matrix4dClass · 0.50

Tested by

no test coverage detected