TestPointInRectangle
Tests whether a point lies in a rectangle.
Syntax
C++
Python
def TestPointInRectangle( inPoint: Point2D, inRectangle: Rectangle2D, / ) -> outIsContained: bool
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPoint | Point2D | ||
![]() |
inRectangle | Rectangle2D | ||
![]() |
outIsContained | bool |


