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

Function LNLIB_UV_sqr_length

dotnet/CAPI/src/UV_CAPI.cpp:92–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92double LNLIB_UV_sqr_length(UV_C uv)
93{
94 LNLib::UV v(uv.u, uv.v);
95 return v.SqrLength();
96}
97
98double LNLIB_UV_distance(UV_C a, UV_C b)
99{

Callers

nothing calls this directly

Calls 1

SqrLengthMethod · 0.45

Tested by

no test coverage detected