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

Function LNLIB_UV_set_v

dotnet/CAPI/src/UV_CAPI.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36UV_C LNLIB_UV_set_v(UV_C uv, double v)
37{
38 return { uv.u, v };
39}
40
41UV_C LNLIB_UV_add(UV_C a, UV_C b)
42{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected