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

Function LNLIB_XYZ_is_zero

dotnet/CAPI/src/XYZ_CAPI.cpp:115–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115int LNLIB_XYZ_is_zero(XYZ_C xyz, double epsilon)
116{
117 LNLib::XYZ vv(xyz.x, xyz.y, xyz.z);
118 return vv.IsZero(epsilon) ? 1 : 0;
119}
120
121int LNLIB_XYZ_is_unit(XYZ_C xyz, double epsilon)
122{

Callers

nothing calls this directly

Calls 1

IsZeroMethod · 0.45

Tested by

no test coverage detected