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