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

Function LNLIB_UV_get_u

dotnet/CAPI/src/UV_CAPI.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21double LNLIB_UV_get_u(UV_C uv)
22{
23 return uv.u;
24}
25
26double LNLIB_UV_get_v(UV_C uv)
27{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected