draw-triangle-fan ( points pointCount color -- )


Vocabulary
raylib

Inputs
pointsa pointer to a Vector2
pointCountan int
colora Color


Outputs
None

Word description
Draw a triangle fan defined by points (first vertex is the center)

Definition


LIBRARY: raylib FUNCTION-ALIAS: draw-triangle-fan void
DrawTriangleFan
( Vector2* points, int pointCount, Color color )