Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BIMCoderLiang/LNLib
/ LNLIB_XYZ_create
Function
LNLIB_XYZ_create
dotnet/CAPI/src/XYZ_CAPI.cpp:17–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
16
17
XYZ_C LNLIB_XYZ_create(double x, double y, double z)
18
{
19
return { x, y, z };
20
}
21
22
double LNLIB_XYZ_get_x(XYZ_C xyz)
23
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected