Expand description
Workbench : Tooling to turn your ‘sketches’ into interactive UI based tools that can be used to tweak a design and generate SVG output (and eventually even to directly plot the result). Note; this has been prototyped out, but I am not happy with how the process works yet, so no library here (for now). optimizer Library that optimizes path to reduce travel time
Structs§
- LineRef
- A reference to a line which provides the line id, it’s coordinates, and whether it’s a forward or reverse traversal of the given line, as both are valid entries.
- Optimizer
- Optimization strategy utility class.