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

Function LNLIB_MATRIX_create_scale

dotnet/CAPI/src/Matrix4d_CAPI.cpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56Matrix4d_C LNLIB_MATRIX_create_scale(XYZ_C scale)
57{
58 return FromMatrix4d(LNLib::Matrix4d::CreateScale(ToXYZ(scale)));
59}
60
61Matrix4d_C LNLIB_MATRIX_create_reflection(XYZ_C normal)
62{

Callers

nothing calls this directly

Calls 2

FromMatrix4dFunction · 0.85
ToXYZFunction · 0.85

Tested by

no test coverage detected