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

Function LNLIB_UV_is_zero

dotnet/CAPI/src/UV_CAPI.cpp:105–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105int LNLIB_UV_is_zero(UV_C uv, double epsilon)
106{
107 LNLib::UV v(uv.u, uv.v);
108 return v.IsZero(epsilon) ? 1 : 0;
109}
110
111int LNLIB_UV_is_unit(UV_C uv, double epsilon)
112{

Callers

nothing calls this directly

Calls 1

IsZeroMethod · 0.45

Tested by

no test coverage detected