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
Input value inPoint Point2D
Input value inRectangle Rectangle2D
Output value outIsContained bool