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

Function LNLIB_MATRIX_create_translation

dotnet/CAPI/src/Matrix4d_CAPI.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41Matrix4d_C LNLIB_MATRIX_create_translation(XYZ_C vector)
42{
43 return FromMatrix4d(LNLib::Matrix4d::CreateTranslation(ToXYZ(vector)));
44}
45
46Matrix4d_C LNLIB_MATRIX_create_rotation(XYZ_C axis, double rad)
47{

Callers

nothing calls this directly

Calls 2

FromMatrix4dFunction · 0.85
ToXYZFunction · 0.85

Tested by

no test coverage detected