Triangulate

Kind of class:public class
Package:com.actionsnippet.geom
Inherits from:none
Classpath:com.actionsnippet.geom.Triangulate
File last modified:Monday, 14 September 2009, 14:04:54

Summary


Constructor
Instance methods
  • process (contour:Array) : Array
  • area (contour:Array) : Number
  • insideTriangle (ax:Number, ay:Number, bx:Number, by:Number, cx:Number, cy:Number, px:Number, py:Number) : Boolean

Constructor

Triangulate

public function Triangulate (
)

Instance methods

area

public function area (
contour:Array) : Number

insideTriangle

public function insideTriangle (
ax:Number, ay:Number, bx:Number, by:Number, cx:Number, cy:Number, px:Number, py:Number) : Boolean

process

public function process (
contour:Array) : Array