TestPointInCircle
Tests whether a point lies inside a circle.
Syntax
C++
Python
def TestPointInCircle( inPoint: Point2D, inCircle: Circle2D, / ) -> outIsContained: bool
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPoint | Point2D | ||
![]() |
inCircle | Circle2D | ||
![]() |
outIsContained | bool |


