pub unsafe extern "C" fn DrawTriangleFan(
    points: *mut Vector2,
    pointCount: c_int,
    color: Color
)
Expand description

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