Vec3.min

Compares each component of the two given vectors and creates a vector that contains the minimum values.

class Vec3
void
min
(,
out Vec3 res
)

Parameters

b Vec3

a #graphene_vec3_t

res Vec3

return location for the result vector

Meta