{"id":13744535,"url":"https://github.com/azrafe7/as3GeomAlgo","last_synced_at":"2025-05-09T03:32:16.567Z","repository":{"id":15725650,"uuid":"18463883","full_name":"azrafe7/as3GeomAlgo","owner":"azrafe7","description":"AS3 port of hxGeomAlgo - Small collection of geometry algorithms in Haxe 3.","archived":false,"fork":false,"pushed_at":"2014-05-05T14:49:06.000Z","size":348,"stargazers_count":43,"open_issues_count":1,"forks_count":4,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-11-05T13:21:43.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"ActionScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/azrafe7.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-04-05T09:36:21.000Z","updated_at":"2024-04-19T16:27:20.000Z","dependencies_parsed_at":"2022-08-27T00:01:46.925Z","dependency_job_id":null,"html_url":"https://github.com/azrafe7/as3GeomAlgo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azrafe7%2Fas3GeomAlgo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azrafe7%2Fas3GeomAlgo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azrafe7%2Fas3GeomAlgo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azrafe7%2Fas3GeomAlgo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/azrafe7","download_url":"https://codeload.github.com/azrafe7/as3GeomAlgo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224811025,"owners_count":17373903,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T05:01:11.351Z","updated_at":"2024-11-15T16:31:06.259Z","avatar_url":"https://github.com/azrafe7.png","language":"ActionScript","funding_links":[],"categories":["Utilities"],"sub_categories":["Geometry"],"readme":"as3GeomAlgo\n==========\n\nAS3 port of [hxGeomAlgo](https://github.com/azrafe7/hxGeomAlgo) - Small collection of geometry algorithms in Haxe 3.\n\n![](screenshot.png)\n\n### [Marching Squares](http://en.wikipedia.org/wiki/Marching_squares) ###\n\nBased on:\n\n - [http://devblog.phillipspiess.com/2010/02/23/better-know-an-algorithm-1-marching-squares/](http://devblog.phillipspiess.com/2010/02/23/better-know-an-algorithm-1-marching-squares/)\t(C# - by Phil Spiess)\n - [http://www.tomgibara.com/computer-vision/marching-squares](http://www.tomgibara.com/computer-vision/marching-squares)\t(Java - by Tom Gibara)\n\n### [Ramer-Douglas-Peucker](http://en.wikipedia.org/wiki/Ramer%E2%80%93Douglas%E2%80%93Peucker_algorithm) ###\n\nBased on:\n\n - [http://karthaus.nl/rdp/](http://karthaus.nl/rdp/) (JS - by Marius Karthaus)\n - [http://stackoverflow.com/questions/849211/shortest-distance-between-a-point-and-a-line-segment](http://stackoverflow.com/questions/849211/shortest-distance-between-a-point-and-a-line-segment)\t(JS - Grumdrig)\n\n### [Ear Clipping](http://en.wikipedia.org/wiki/Ear_clipping#Ear_clipping_method) ###\n\nBased on:\n\n - [http://www.box2d.org/forum/viewtopic.php?f=8\u0026t=463\u0026start=0](http://www.box2d.org/forum/viewtopic.php?f=8\u0026t=463\u0026start=0)\t(JSFL - by mayobutter)\n - [http://www.ewjordan.com/earClip/](http://www.ewjordan.com/earClip/)\t\t\t(Processing - by Eric Jordan)\n - [http://en.nicoptere.net/?p=16](http://en.nicoptere.net/?p=16) (AS3 - by Nicolas Barradeau)\n - [http://blog.touchmypixel.com/2008/06/making-convex-polygons-from-concave-ones-ear-clipping/](http://blog.touchmypixel.com/2008/06/making-convex-polygons-from-concave-ones-ear-clipping/) \t(AS3 - by Tarwin Stroh-Spijer)\n - [http://headsoft.com.au/](http://headsoft.com.au/)\t(C# - by Ben Baker)\n\n### [Bayazit PolyDecomp](http://mnbayazit.com/406/overview) ###\n\nBased on:\n\n - [http://mnbayazit.com/406/bayazit](http://mnbayazit.com/406/bayazit)\t(C - by Mark Bayazit)\n\n## Credits\n\n**hxGeomAlgo** is based on the work of many developers and it wouldn't exist if it weren't for them. See the [CREDITS](CREDITS.md) file for a full list.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazrafe7%2Fas3GeomAlgo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazrafe7%2Fas3GeomAlgo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazrafe7%2Fas3GeomAlgo/lists"}