containsPoint abstract method

bool containsPoint(
  1. Vector2 point
)

Returns true if the given point is inside the shape or on the boundary.

Implementation

bool containsPoint(Vector2 point);