method

cross_product

v2_1_10 - Show latest stable - 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]