ImageDrawTriangleFan abstract method
void
ImageDrawTriangleFan(
- StructPointer<
ImageD> dst, - StructPointer<
Vector2D> points, - int pointCount,
- ColorD color,
Draw a triangle fan defined by points within an image (first vertex is the center)
Implementation
void ImageDrawTriangleFan(
StructPointer<ImageD> dst,
StructPointer<Vector2D> points,
int pointCount,
ColorD color,
);