How to resolve the algorithm Bitmap/Bézier curves/Quadratic step by step in the Julia programming language

Published on 22 June 2024 08:30 PM

How to resolve the algorithm Bitmap/Bézier curves/Quadratic step by step in the Julia programming language

Table of Contents

Problem Statement

Using the data storage type defined on this page for raster images, and the draw_line function defined in this one, draw a quadratic bezier curve (definition on Wikipedia).

Let's start with the solution: