minY method

double minY()

Gets the minimum Y ordinate. @return the minimum Y ordinate

Implementation

double minY() {
  return math.min(p0.y, p1.y);
}