Handbook
Glossary
check-collision-point-poly ( point points pointCount -- bool )
Vocabulary
raylib
Inputs
point
a
Vector2
points
a
pointer
to a
Vector2
pointCount
an
int
Outputs
bool
a
bool
Word description
Check if point is within a polygon described by array of vertices
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
check-collision-point-poly
bool CheckCollisionPointPoly
(
Vector2
point, Vector2* points,
int
pointCount )