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

Function LNLIB_XYZW_get_wx

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

Source from the content-addressed store, hash-verified

78}
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; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected