Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BIMCoderLiang/LNLib
/ LNLIB_XYZ_set_z
Function
LNLIB_XYZ_set_z
dotnet/CAPI/src/XYZ_CAPI.cpp:47–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
XYZ_C LNLIB_XYZ_set_z(XYZ_C xyz, double z)
48
{
49
return { xyz.x, xyz.y, z };
50
}
51
52
XYZ_C LNLIB_XYZ_add(XYZ_C a, XYZ_C b)
53
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected