class zpp_nape.geom.ZPP_PartitionPair
import zpp_nape.geom.Triangular;
Available on all platforms
static var zpp_pool:ZPP_PartitionPair
static function edge_lt(a:ZPP_PartitionPair, b:ZPP_PartitionPair):Bool
static function edge_swap(a:ZPP_PartitionPair, b:ZPP_PartitionPair):Void
static function get(a:ZPP_PartitionVertex, b:ZPP_PartitionVertex):ZPP_PartitionPair
var _inuse:Bool
var a:ZPP_PartitionVertex
var b:ZPP_PartitionVertex
var di:Int
var id:Int
var length:Int
var modified:Bool
var next:ZPP_PartitionPair
var node:ZPP_Set_ZPP_PartitionPair
var pushmod:Bool
function new():Void
function add(o:ZPP_PartitionPair):ZPP_PartitionPair
function addAll(x:ZPP_PartitionPair):Void
function alloc():Void
function at(ind:Int):ZPP_PartitionPair
function back():ZPP_PartitionPair
function begin():ZPP_PartitionPair
function clear():Void
function elem():ZPP_PartitionPair
function empty():Bool
function erase(pre:ZPP_PartitionPair):ZPP_PartitionPair
function free():Void
function front():ZPP_PartitionPair
function has(obj:ZPP_PartitionPair):Bool
function inlined_add(o:ZPP_PartitionPair):ZPP_PartitionPair
function inlined_clear():Void
function inlined_erase(pre:ZPP_PartitionPair):ZPP_PartitionPair
function inlined_has(obj:ZPP_PartitionPair):Bool
function inlined_insert(cur:ZPP_PartitionPair, o:ZPP_PartitionPair):ZPP_PartitionPair
function inlined_pop():Void
function inlined_pop_unsafe():ZPP_PartitionPair
function inlined_remove(obj:ZPP_PartitionPair):Void
function inlined_try_remove(obj:ZPP_PartitionPair):Bool
function insert(cur:ZPP_PartitionPair, o:ZPP_PartitionPair):ZPP_PartitionPair
function iterator_at(ind:Int):ZPP_PartitionPair
function pop():Void
function pop_unsafe():ZPP_PartitionPair
function remove(obj:ZPP_PartitionPair):Void
function reverse():Void
function setbegin(i:ZPP_PartitionPair):Void
function size():Int
function splice(pre:ZPP_PartitionPair, n:Int):ZPP_PartitionPair
function try_remove(obj:ZPP_PartitionPair):Bool