Vector2d.max

Set the components of this vector to be the component-wise maximum of this and the other vector.

@param v the other vector @return this

  1. Vector2d max(Vector2d v)
    struct Vector2d
    ref return
    max
  2. Vector2d max(Vector2d v, Vector2d dest)

Meta