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

Function LNLIB_UV_create

dotnet/CAPI/src/UV_CAPI.cpp:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15
16UV_C LNLIB_UV_create(double u, double v)
17{
18 return { u, v };
19}
20
21double LNLIB_UV_get_u(UV_C uv)
22{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected