cross

fun cross(b: Vec3, res: Vec3)

Computes the cross product of the two given vectors.

Since

1.0

Parameters

b

a #graphene_vec3_t

res

return location for the resulting vector