MCPcopy Create free account
hub / github.com/alignoth/alignoth / Pw

Function Pw

resources/vega.min.js:17681–17687  ·  view source on GitHub ↗
(t, e)

Source from the content-addressed store, hash-verified

17679 return t[0] * e[0] + t[1] * e[1] + t[2] * e[2];
17680 }
17681 function Pw(t, e) {
17682 return [
17683 t[1] * e[2] - t[2] * e[1],
17684 t[2] * e[0] - t[0] * e[2],
17685 t[0] * e[1] - t[1] * e[0],
17686 ];
17687 }
17688 function jw(t, e) {
17689 ((t[0] += e[0]), (t[1] += e[1]), (t[2] += e[2]));
17690 }

Callers 3

lkFunction · 0.85
jkFunction · 0.85
aFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected