astNegateastNegate
-
Negate the area represented by a Region
- Description:
- This function negates the area represented by a RegionRegion. That is,
points which were previously inside the region will then be
outside, and points which were outside will be inside. This is
acomplished by toggling the state of the NegatedNegated attribute for
the supplied region.
- Synopsis:
- void astNegate( AstRegion
this )
- Parameters:
-
this
-
Pointer to the Region.