Expand description

2D geometry polyline/shape library for offsetting, combining, computing areas, path lengths, winding numbers, etc.

Re-exports§

Modules§

  • Core module has common/shared math, traits, and utility modules.
  • This module has all the types and functions associated with polylines, polyline vertexes, and polyline segments.

Macros§

  • Macro used for fuzzy equal assertions.
  • Construct a closed polyline with the vertexes given as a list of (x, y, bulge) tuples.
  • Construct a open polyline with the vertexes given as a list of (x, y, bulge) tuples.