centreX static method

double centreX(
  1. Envelope e
)

Implementation

static double centreX(Envelope e) {
  return avg(e.getMinX(), e.getMaxX());
}