ImageDrawTriangleStrip abstract method
void
ImageDrawTriangleStrip(
- StructPointer<
ImageD> dst, - StructPointer<
Vector2D> points, - int pointCount,
- ColorD color,
Draw a triangle strip defined by points within an image
Implementation
void ImageDrawTriangleStrip(
StructPointer<ImageD> dst,
StructPointer<Vector2D> points,
int pointCount,
ColorD color,
);