Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BIMCoderLiang/LNLib
/ LNLIB_UV_scale
Function
LNLIB_UV_scale
dotnet/CAPI/src/UV_CAPI.cpp:71–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
UV_C LNLIB_UV_scale(UV_C uv, double factor)
72
{
73
LNLib::UV v(uv.u, uv.v);
74
v *= factor;
75
return { v.GetU(), v.GetV() };
76
}
77
78
UV_C LNLIB_UV_divide(UV_C uv, double divisor)
79
{
Callers
nothing calls this directly
Calls
2
GetU
Method · 0.45
GetV
Method · 0.45
Tested by
no test coverage detected