DrawTriangleFan method
Draw a triangle fan defined by points (first vertex is the center)
Implementation
void DrawTriangleFan(Pointer<Vector2C> points, int pointCount, ColorC color)
=> _DrawTriangleFan(points, pointCount, color);
Draw a triangle fan defined by points (first vertex is the center)
void DrawTriangleFan(Pointer<Vector2C> points, int pointCount, ColorC color)
=> _DrawTriangleFan(points, pointCount, color);