/hxGeomAlgo

Small collection of geometry algorithms in Haxe 3.

Primary LanguageHaxe

hxGeomAlgo

Small collection of geometry algorithms in Haxe 3.

Adapted/modified from:

Relevant changes:

  • Fixed bug where it wouldn't work on fully opaque bitmapdata
  • Alpha threshold parameter
  • Recognize illegal states
  • ClipRect support

Adapted/modified from:

Relevant changes:

  • Fixed bug where it wouldn't work on circle-like polylines
  • Ported Grumdrig's distanceToSegment to use in place of Karthaus' perpendicularDistance

Adapted/modified from:

Relevant changes:

  • Support array of points instead of flat arrays

Adapted/modified from: