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

Function LNLIB_XYZ_get_y

dotnet/CAPI/src/XYZ_CAPI.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27double LNLIB_XYZ_get_y(XYZ_C xyz)
28{
29 return xyz.y;
30}
31
32double LNLIB_XYZ_get_z(XYZ_C xyz)
33{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected