Contents

inverse()

Returns a new region that’s the mathematical inverse of the current region.

Declaration

func inverse() -> Self

Return Value

A new region whose contents include all points that are not in the current region.

Discussion

The inverse of the infinite region is an empty region.

See Also

Creating complex regions