max
Returns a vector containing the maximum values for each element of
self
andrhs
. In other words this computes[self.x.max(rhs.x), self.y.max(rhs.y), ..]
.
Arguments
- _self :
DVec3
- No Documentation 🚧 - rhs :
DVec3
- No Documentation 🚧
Returns
- arg0 :
DVec3
- No Documentation 🚧