BooleanOperation
public enum BooleanOperation
Geometric Boolean Operations
-
Add the shapes together
Declaration
Swift
case add -
Add the shapes together, but intersecting the specified rectangle
Declaration
Swift
case addIntersecting(Rectangle) -
Intersect the shapes
Declaration
Swift
case intersect -
Globally intersect the shapes
Declaration
Swift
case globalIntersect
View on GitHub
BooleanOperation Enumeration Reference