Skip to content

Maker.js 0.7.0

Compare
Choose a tag to compare
@danmarshall danmarshall released this 07 Apr 15:29
· 1036 commits to master since this release

Major features:

  • Expand path with bevel option.
  • Simplify overlapping paths of a model.
  • New circle constructors: specify a circle with 2 or 3 points.
  • New arc constructor: specify an arc with 2 or 3 points.
  • Straighten an arc.

API additions:

  • Exposed getSlope for a line, public ISlope interface.
  • Measure functions: isArcOverlapping, isLineOverlapping, isSlopeEqual.
  • Collections class, to collect similar items generically.
  • Circumscribed polygon radius formula, so polygons can touch a circle on flats.