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

Function LNLIB_UV_negative

dotnet/CAPI/src/UV_CAPI.cpp:57–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57UV_C LNLIB_UV_negative(UV_C uv)
58{
59 LNLib::UV v(uv.u, uv.v);
60 LNLib::UV result = -v;
61 return { result.GetU(), result.GetV() };
62}
63
64UV_C LNLIB_UV_normalize(UV_C uv)
65{

Callers

nothing calls this directly

Calls 2

GetUMethod · 0.45
GetVMethod · 0.45

Tested by

no test coverage detected