Skip to content

compute cross

kgryte edited this page May 12, 2015 · 1 revision

Computes the cross product between two arrays of length 3.

var val = compute.cross( [1,2,3], [4,5,6] );
Clone this wiki locally