Bitmap/Bézier curves/Quadratic: Difference between revisions

Content deleted Content added
Updated D entry
Updated D entry
Line 184: Line 184:
(Image!Color im, in Pt p1, in Pt p2, in Pt p3,
(Image!Color im, in Pt p1, in Pt p2, in Pt p3,
in Color color)
in Color color)
pure nothrow if (nSegments > 0) {
pure nothrow @nogc if (nSegments > 0) {
Pt[nSegments + 1] points = void;
Pt[nSegments + 1] points = void;