| 81 | double LNLIB_XYZW_get_wy(XYZW_C xyzw) { return xyzw.wy; } |
| 82 | double LNLIB_XYZW_get_wz(XYZW_C xyzw) { return xyzw.wz; } |
| 83 | double LNLIB_XYZW_get_w(XYZW_C xyzw) { return xyzw.w; } |
| 84 | |
| 85 | XYZW_C LNLIB_XYZW_set_w(XYZW_C xyzw, double w) |
| 86 | { |
nothing calls this directly
no outgoing calls
no test coverage detected