Module extension

Module extension 

Source
Expand description

Extension definitions and functions to create Line Rider maps with.

Enums§

CoordOptions
Options for passing coordinates to functions.

Functions§

create_riders
Creates a list of n riders, at some start_position and speed_range; all with characteristic remountable.
function_lines
Creates and returns lines to sketch out a function func over a given range range; with n iterations done over integer steps. All lines created will be of type kind.
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).