Vec3.cross
void cross(graphene.vec3.Vec3 b, out graphene.vec3.Vec3 res)Computes the cross product of the two given vectors.
Parameters
b | a #graphene_vec3_t |
res | return location for the resulting vector |
void cross(graphene.vec3.Vec3 b, out graphene.vec3.Vec3 res)Computes the cross product of the two given vectors.
b | a #graphene_vec3_t |
res | return location for the resulting vector |