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

Function LNLIB_UV_set_u

dotnet/CAPI/src/UV_CAPI.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31UV_C LNLIB_UV_set_u(UV_C uv, double u)
32{
33 return { u, uv.v };
34}
35
36UV_C LNLIB_UV_set_v(UV_C uv, double v)
37{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected