cross

infix fun cross(other: Vec3<T>): Vec3<T>

Calculates cross product of this vector and the other vector.