Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BIMCoderLiang/LNLib
/ LNLIB_XYZ_set_x
Function
LNLIB_XYZ_set_x
dotnet/CAPI/src/XYZ_CAPI.cpp:37–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
XYZ_C LNLIB_XYZ_set_x(XYZ_C xyz, double x)
38
{
39
return { x, xyz.y, xyz.z };
40
}
41
42
XYZ_C LNLIB_XYZ_set_y(XYZ_C xyz, double y)
43
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected