Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BIMCoderLiang/LNLib
/ LNLIB_XYZ_distance
Function
LNLIB_XYZ_distance
dotnet/CAPI/src/XYZ_CAPI.cpp:157–162 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
155
}
156
157
double LNLIB_XYZ_distance(XYZ_C a, XYZ_C b)
158
{
159
LNLib::XYZ va(a.x, a.y, a.z);
160
LNLib::XYZ vb(b.x, b.y, b.z);
161
return va.Distance(vb);
162
}
163
Callers
nothing calls this directly
Calls
1
Distance
Method · 0.45
Tested by
no test coverage detected