Expand description
Extension definitions and functions to create Line Rider maps with.
Enums§
- Coord
Options - Options for passing coordinates to functions.
Functions§
- create_
riders - Creates a list of
nriders, at somestart_positionandspeed_range; all with characteristicremountable. - function_
lines - Creates and returns lines to sketch out a function
funcover a given rangerange; with niterationsdone over integer steps. All lines created will be of typekind. - polygon_
lines - Creates a polygon with given characteristics. As sides -> \inf, the function can better approximate a circle.
- thick_
polygon_ lines - Creates lines to sketch out polygon with a given thickness (see
polygon_lines).