|
oevislib_net
0.14.3.0
|
Functions | |
| bool | oevislib_net.Region.Intersects (Region inReferenceRegion) |
| Checks if the object intersects with the provided Region. | |
| bool | oevislib_net.Region.Contains (Region inSubRegion) |
| Checks if the object contains the provided SubRegion. | |
| bool | oevislib_net.Region.Contains (Point2D inPoint) |
| Checks if the region contains a point. | |
| bool | oevislib_net.Region.Contains (Array< Point2D > inPoints, Optional< Array< bool > > outIsContainedArray, Optional< Array< Point2D > > outPoints) |
| Checks if the region contains an array of points. | |
|
inline |
Checks if the region contains an array of points.
| inPoints | Array of points to check. |
| outIsContainedArray | Array of booleans. The element at index i is true if the respective point is contained in the region. |
| outPoints | Array of points contained in the region. |
|
inline |
Checks if the region contains a point.
| inPoint | Point to check. |
|
inline |
Checks if the object contains the provided SubRegion.
| inSubRegion | Region contained in the object. |