MCPcopy Create free account
hub / github.com/BIMCoderLiang/LNLib / LNLIB_XYZ_set_y

Function LNLIB_XYZ_set_y

dotnet/CAPI/src/XYZ_CAPI.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42XYZ_C LNLIB_XYZ_set_y(XYZ_C xyz, double y)
43{
44 return { xyz.x, y, xyz.z };
45}
46
47XYZ_C LNLIB_XYZ_set_z(XYZ_C xyz, double z)
48{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected