ⓘ This web page is about the old AlgoSim 2 software. Perhaps you are looking for the new Algosim 3 application?
AlgoSim
Homepage | Screenshots | Gallery of Visualisation | User's Guide | Function Reference | Download | FAQ | Support | Bugs and Solutions | Donate

Reference: Bezier

Bézier(S) returns the Bézier curve (as a point set) of the control points in S, a set containing n-dimensional vectors.

Example: Cubic Bézier curve (i.e. four control points)
         be ≔ Bézier({❨1, 3❩, ❨2, 6❩, ❨3, -7❩, ❨5, 3❩})
         drawLines("be")