Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BIMCoderLiang/LNLib
/ LNLIB_XYZ_angle_to
Function
LNLIB_XYZ_angle_to
dotnet/CAPI/src/XYZ_CAPI.cpp:108–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
106
}
107
108
double LNLIB_XYZ_angle_to(XYZ_C a, XYZ_C b, double epsilon)
109
{
110
LNLib::XYZ va(a.x, a.y, a.z);
111
LNLib::XYZ vb(b.x, b.y, b.z);
112
return va.AngleTo(vb);
113
}
114
115
int LNLIB_XYZ_is_zero(XYZ_C xyz, double epsilon)
116
{
Callers
nothing calls this directly
Calls
1
AngleTo
Method · 0.45
Tested by
no test coverage detected