Vec3.min
void min(graphene.vec3.Vec3 b, out graphene.vec3.Vec3 res)Compares each component of the two given vectors and creates a vector that contains the minimum values.
Parameters
b | a #graphene_vec3_t |
res | return location for the result vector |
void min(graphene.vec3.Vec3 b, out graphene.vec3.Vec3 res)Compares each component of the two given vectors and creates a vector that contains the minimum values.
b | a #graphene_vec3_t |
res | return location for the result vector |