maximum property

Vec2D maximum

Implementation

Vec2D get maximum {
  return Vec2D.fromValues(_buffer[2], _buffer[3]);
}