Skip to content
This repository has been archived by the owner on Jan 18, 2020. It is now read-only.

1.0.0 beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@tocsoft tocsoft released this 13 Sep 20:21
· 116 commits to master since this release

This is an initial alpha release of the library it supports

Build and interrogating 2d polygons and paths.

Features include

  • Point in Polygon
  • Line Intersections
  • Complex Polygons
  • Simple polygon clipping
  • Regular Polygons (triangles, squares, pentagons etc, any number of sides)
  • Ellipses (and therfore circles)
  • Shape Builder api - for creates shapes declaratively
  • Polygons
    • With Linear line segments
    • With Beziear curve line segments
    • Mixture of both Linear & beziear segments
  • Paths
    • With Linear line segments
    • With Beziear curve line segments
    • Mixture of both Linear & beziear segments
  • Text (Intergration with SixLabors.Fonts)
    • Generate shapes from Text