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