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

Function LNLIB_XYZ_get_x

dotnet/CAPI/src/XYZ_CAPI.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22double LNLIB_XYZ_get_x(XYZ_C xyz)
23{
24 return xyz.x;
25}
26
27double LNLIB_XYZ_get_y(XYZ_C xyz)
28{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected