Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/azrafe7/fppolygonprops
- Owner: azrafe7
- Created: 2014-05-08T21:06:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-09T00:47:50.000Z (over 10 years ago)
- Last Synced: 2024-11-05T13:22:39.440Z (about 2 months ago)
- Language: ActionScript
- Size: 152 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.