union

fun union(envelope: Envelope)

Finds the union of the builder's envelope and the specified envelope and updates the envelope builder with the result.

Since

200.1.0

Parameters

envelope

Another envelope to union with.


fun union(point: Point)

Finds the union of the builder's envelope and the specified point and updates the envelope builder with the result.

Since

200.1.0

Parameters

point

A point to union with.