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

Function LNLIB_XYZW_divide

dotnet/CAPI/src/XYZW_CAPI.cpp:66–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66XYZW_C LNLIB_XYZW_divide(XYZW_C xyzw, double scalar)
67{
68 LNLib::XYZW va(xyzw.wx, xyzw.wy, xyzw.wz, xyzw.w);
69 LNLib::XYZW res = va / scalar;
70 return { res.GetWX(), res.GetWY(), res.GetWZ(), res.GetW() };
71}
72
73double LNLIB_XYZW_distance(XYZW_C a, XYZW_C b)
74{

Callers

nothing calls this directly

Calls 4

GetWXMethod · 0.45
GetWYMethod · 0.45
GetWZMethod · 0.45
GetWMethod · 0.45

Tested by

no test coverage detected