check-collision-point-poly ( point points pointCount -- bool )


Vocabulary
raylib

Inputs
pointa Vector2
pointsa pointer to a Vector2
pointCountan int


Outputs
boola bool


Word description
Check if point is within a polygon described by array of vertices

Definition


LIBRARY: raylib FUNCTION-ALIAS: check-collision-point-poly
bool CheckCollisionPointPoly
( Vector2 point, Vector2* points, int pointCount )