Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BIMCoderLiang/LNLib
/ LNLIB_UV_sqr_length
Function
LNLIB_UV_sqr_length
dotnet/CAPI/src/UV_CAPI.cpp:92–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
}
91
92
double LNLIB_UV_sqr_length(UV_C uv)
93
{
94
LNLib::UV v(uv.u, uv.v);
95
return v.SqrLength();
96
}
97
98
double LNLIB_UV_distance(UV_C a, UV_C b)
99
{
Callers
nothing calls this directly
Calls
1
SqrLength
Method · 0.45
Tested by
no test coverage detected