MCPcopy 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
71UV_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
78UV_C LNLIB_UV_divide(UV_C uv, double divisor)
79{

Callers

nothing calls this directly

Calls 2

GetUMethod · 0.45
GetVMethod · 0.45

Tested by

no test coverage detected