maximum property

Vec2D maximum

Implementation

Vec2D get maximum {
  return Vec2D.fromValues(right, bottom);
}