Vec3.cross

void cross(graphene.vec3.Vec3 b, out graphene.vec3.Vec3 res)

Computes the cross product of the two given vectors.

Parameters

ba #graphene_vec3_t
resreturn location for the resulting vector