forked from: Delaunay三角分割

by shaggy forked from Delaunay三角分割 (diff: 491)
Delaunay三角分割サンプル

@author termat(http://termat.sakura.ne.jp/)
♥0 | Line 12 | Modified 2013-10-05 15:03:02 | MIT License
play

ActionScript3 source code

/**
 * Copyright shaggy ( http://wonderfl.net/user/shaggy )
 * MIT License ( http://www.opensource.org/licenses/mit-license.php )
 * Downloaded from: http://wonderfl.net/c/dLnr
 */

// forked from termat's Delaunay三角分割
package
{
    import flash.display.Sprite;
    import flash.events.Event;
    import flash.events.MouseEvent;
    import flash.text.TextField;
    import flash.text.TextFieldAutoSize;
    /**
     *    Delaunay三角分割サンプル
     *
     * @author termat(http://termat.sakura.ne.jp/)
     */
    [SWF(framerate="30",width="480",height="480",backgroundColor="0x000000")]
    public class Practice05 extends Sprite
    {
        
    }

}