min

Returns a vector containing the minimum values for each element of self and rhs. In other words this computes [self.x.min(rhs.x), self.y.min(rhs.y), ..].

Arguments

  • _self : Vec3 - No Documentation 🚧
  • rhs : Vec3 - No Documentation 🚧

Returns

  • arg0 : Vec3 - No Documentation 🚧