Method Contains
Contains(Vector2)
Determines whether this PointShape2 contains the specified point.
bool Contains(Vector2 point)
Parameters
point
Vector2The point.
Returns
- bool
true
if PointShape2 contains the specified point; otherwise,false
.