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

Function LNLIB_MATRIX_create_reflection

dotnet/CAPI/src/Matrix4d_CAPI.cpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61Matrix4d_C LNLIB_MATRIX_create_reflection(XYZ_C normal)
62{
63 return FromMatrix4d(LNLib::Matrix4d::CreateReflection(ToXYZ(normal)));
64}
65
66Matrix4d_C LNLIB_MATRIX_create_reflection_by_distance(XYZ_C normal, double distance_from_origin)
67{

Callers

nothing calls this directly

Calls 2

FromMatrix4dFunction · 0.85
ToXYZFunction · 0.85

Tested by

no test coverage detected