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

Function LNLIB_XYZ_create_random_orthogonal

dotnet/CAPI/src/XYZ_CAPI.cpp:89–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89XYZ_C LNLIB_XYZ_create_random_orthogonal(XYZ_C xyz)
90{
91 LNLib::XYZ vv(xyz.x, xyz.y, xyz.z);
92 LNLib::XYZ res = LNLib::XYZ::CreateRandomOrthogonal(vv);
93 return { res.GetX(), res.GetY(), res.GetZ() };
94}
95
96double LNLIB_XYZ_length(XYZ_C xyz)
97{

Callers

nothing calls this directly

Calls 3

GetXMethod · 0.45
GetYMethod · 0.45
GetZMethod · 0.45

Tested by

no test coverage detected