Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/azrafe7/fppolygonprops

[FlashPunk] Draw and test a polygon (isSimple, isConvex, isCCW).
https://github.com/azrafe7/fppolygonprops

Last synced: 11 days ago
JSON representation

[FlashPunk] Draw and test a polygon (isSimple, isConvex, isCCW).

Awesome Lists containing this project

README

        

FPPolygonProps
==============

[FlashPunk] Draw and test a polygon (isSimple, isConvex, isCCW) [[swf link](https://dl.dropboxusercontent.com/u/32864004/dev/FPDemo/FPPolygonProps.swf)].

Simple interactive drawing of polygons.

Tests:

- simple (not self-intersecting)
- convex (inner angles < 180 degs)
- ccw (counterclockwise)
- duplicate points

Dumps poly points in flat format.