Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
57
UV_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
64
UV_C LNLIB_UV_normalize(UV_C uv)
65
{
Callers
nothing calls this directly
Calls
2
GetU
Method · 0.45
GetV
Method · 0.45
Tested by
no test coverage detected