method

cross_product

Importance_1
v2_1_10 - Show latest stable - 0 notes - Class: Vector
cross_product(v) public

Returns the cross product of this vector with the other.

Vector[1, 0, 0].cross_product Vector[0, 1, 0]   => Vector[0, 0, 1]
Show source
Register or log in to add new notes.