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

Function LNLIB_UV_cross_product

dotnet/CAPI/src/UV_CAPI.cpp:130–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130double LNLIB_UV_cross_product(UV_C a, UV_C b)
131{
132 LNLib::UV va(a.u, a.v);
133 LNLib::UV vb(b.u, b.v);
134 return va.CrossProduct(vb);
135}
136

Callers

nothing calls this directly

Calls 1

CrossProductMethod · 0.45

Tested by

no test coverage detected