Envelope
so that it contains the given {@link Coordinate}. Has no effect if the point is already on or within the envelope.
@param p the Coordinate to expand to include
@param y the value to lower the minimum y to or to raise the maximum y to
Envelope
so that it contains (x,y). Does nothing if (x,y) is already on or within the boundaries.
@param x the value to lower the minimum x to or to raise the maximum x to
@param y the value to lower the minimum y to or to raise the maximum y to
Envelope
so that it contains the given {@link Coordinate}. Has no effect if the point is already on or within the envelope.
@param p the Coordinate to expand to include
|
|
|
|
|
|
|
|