minimum property

Vec2D minimum

Implementation

Vec2D get minimum {
  return Vec2D.fromValues(_buffer[0], _buffer[1]);
}