class zpp_nape.geom.ZPP_PartitionedPoly
import zpp_nape.geom.PartitionedPoly;
Available on all platforms
static var sharedGVList:ZNPList_ZPP_GeomVert
static var sharedPPList:ZNPList_ZPP_PartitionedPoly
static var zpp_pool:ZPP_PartitionedPoly
static function getShared():ZNPList_ZPP_GeomVert
static function getSharedPP():ZNPList_ZPP_PartitionedPoly
var next:ZPP_PartitionedPoly
var vertices:ZPP_PartitionVertex
function new(?P:ZPP_GeomVert = null):Void
function add_diagonal(p:ZPP_PartitionVertex, q:ZPP_PartitionVertex):Void
function alloc():Void
function extract(?ret:ZNPList_ZPP_GeomVert = null):ZNPList_ZPP_GeomVert
function extract_partitions(?ret:ZNPList_ZPP_PartitionedPoly = null):ZNPList_ZPP_PartitionedPoly
function free():Void
function init(?P:ZPP_GeomVert = null):Void
function remove_collinear_vertices():Bool