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

Function LNLIB_UV_is_unit

dotnet/CAPI/src/UV_CAPI.cpp:111–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111int LNLIB_UV_is_unit(UV_C uv, double epsilon)
112{
113 LNLib::UV v(uv.u, uv.v);
114 return v.IsUnit(epsilon) ? 1 : 0;
115}
116
117int LNLIB_UV_is_almost_equal(UV_C a, UV_C b, double epsilon)
118{

Callers

nothing calls this directly

Calls 1

IsUnitMethod · 0.45

Tested by

no test coverage detected