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

Function LNLIB_MATRIX_create_rotation

dotnet/CAPI/src/Matrix4d_CAPI.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46Matrix4d_C LNLIB_MATRIX_create_rotation(XYZ_C axis, double rad)
47{
48 return FromMatrix4d(LNLib::Matrix4d::CreateRotation(ToXYZ(axis), rad));
49}
50
51Matrix4d_C LNLIB_MATRIX_create_rotation_at_point(const XYZ_C& origin, const XYZ_C& axis, double rad)
52{

Callers

nothing calls this directly

Calls 2

FromMatrix4dFunction · 0.85
ToXYZFunction · 0.85

Tested by

no test coverage detected