Static methods
Constructor
Variables
Methods
clip(x1:Float, y1:Float, x2:Float, y2:Float, x3:Float, y3:Float, clippingArea:Array<Float>, output:Array<Float>):Bool
Clips the input triangle against the convex, clockwise clipping area. If the triangle lies entirely within the clipping area, false is returned. The clipping area must duplicate the first vertex at the end of the vertices list.