Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BIMCoderLiang/LNLib
/ LNLIB_XYZ_length
Function
LNLIB_XYZ_length
dotnet/CAPI/src/XYZ_CAPI.cpp:96–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
double LNLIB_XYZ_length(XYZ_C xyz)
97
{
98
LNLib::XYZ vv(xyz.x, xyz.y, xyz.z);
99
return vv.Length();
100
}
101
102
double LNLIB_XYZ_sqr_length(XYZ_C xyz)
103
{
Callers
nothing calls this directly
Calls
1
Length
Method · 0.45
Tested by
no test coverage detected