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

Function LNLIB_UV_dot_product

dotnet/CAPI/src/UV_CAPI.cpp:123–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123double LNLIB_UV_dot_product(UV_C a, UV_C b)
124{
125 LNLib::UV va(a.u, a.v);
126 LNLib::UV vb(b.u, b.v);
127 return va.DotProduct(vb);
128}
129
130double LNLIB_UV_cross_product(UV_C a, UV_C b)
131{

Callers

nothing calls this directly

Calls 1

DotProductMethod · 0.45

Tested by

no test coverage detected