Category: Geometric Operations Kind: Operation Tags: Inside, Contains, Exclusion Zone Description: Check if points are inside a polygon
Name | Abbreviation | Type | Access | Description |
---|---|---|---|---|
Points | P | Vector | List | The points to exclude from |
Boundary | B | Cartesian | List | The boundary to exclude from |
Name | Abbreviation | Type | Access | Description |
---|---|---|---|---|
Inside | I | Vector | List | The points that are outside the boundary |
Outside | O | Vector | List | The points that are inside the boundary |