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

Function LNLIB_XYZW_get_wy

dotnet/CAPI/src/XYZW_CAPI.cpp:81–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79
80double LNLIB_XYZW_get_wx(XYZW_C xyzw) { return xyzw.wx; }
81double LNLIB_XYZW_get_wy(XYZW_C xyzw) { return xyzw.wy; }
82double LNLIB_XYZW_get_wz(XYZW_C xyzw) { return xyzw.wz; }
83double LNLIB_XYZW_get_w(XYZW_C xyzw) { return xyzw.w; }
84

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected