Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
98
double 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
105
int LNLIB_UV_is_zero(UV_C uv, double epsilon)
106
{
Callers
nothing calls this directly
Calls
1
Distance
Method · 0.45
Tested by
no test coverage detected