as3delaunay icon indicating copy to clipboard operation
as3delaunay copied to clipboard

Delaunay triangulation and Voronoi diagram for Flash (Flash Builder 4 project)

Results 3 as3delaunay issues
Sort by recently updated
recently updated
newest added

I just finished porting `as3delaunay` to `C#` (https://github.com/jceipek/Unity-delaunay) and I'm trying to figure out how to best expose a graph of connected nodes for the Voronoi results. It seems that...

When I call voronoi.regions in following code the error is thrown: package { import com.nodename.Delaunay.Voronoi; import com.nodename.geom.LineSegment; ``` import flash.display.Sprite; import flash.events.Event; import flash.geom.Point; import flash.geom.Rectangle; public class HelloVoronoi extends...

Aloha, I've just finished porting as3delaunay to ruby; I can't find any information online as to whether a language port counts as 'derivative work' or a 'substantial copy' of the...