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

Function LNLIB_UV_distance

dotnet/CAPI/src/UV_CAPI.cpp:98–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98double LNLIB_UV_distance(UV_C a, UV_C b)
99{
100 LNLib::UV va(a.u, a.v);
101 LNLib::UV vb(b.u, b.v);
102 return va.Distance(vb);
103}
104
105int LNLIB_UV_is_zero(UV_C uv, double epsilon)
106{

Callers

nothing calls this directly

Calls 1

DistanceMethod · 0.45

Tested by

no test coverage detected