cross

infix fun cross(other: Vec3): Vec3(source)

Calculates the cross product of this vector with another vector.

Return

The resulting vector from the cross product.

Parameters

other

The vector to cross with.