Function vecmath::vec3_cross [] [src]

pub fn vec3_cross<T: Float>(a: Vector3<T>, b: Vector3<T>) -> Vector3<T>

Computes the cross product.