Contents

SKRegion

The definition of an arbitrary area.

Declaration

class SKRegion

Overview

An SKRegion object defines a mathematical shape and is typically used to determine whether a particular point lies inside this area. For example, regions are used to define the area that a physics field can affect. Regions are defined using paths and mathematical shapes and can also be combined using constructive solid geometry.

Topics

Creating and Initializing Region Objects

Interacting with a Region

Initializers

See Also

Mathematical Tools