ⓘ 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: drawLines3

drawLines3(S) plots the set S ⊂ R^3 in the 3D visualization window, and connects the points using lines.

drawLines(S, s) plots the set S ⊂ R^3 in the 3D visualization window, and connects the points using lines, and using the style (CSS) s.

Examples: A circular helix with radius 3 and pitch π
          helix ≔ createImage("❨3⋅cos(t), 3⋅sin(t), t/2❩", "t", [-30, 30, 0.01])
          drawLines3("helix")