Property | Defined By | ||
---|---|---|---|
head : VertexList | VertexList | ||
index : int | VertexList | ||
next : VertexList | VertexList | ||
prev : VertexList | VertexList | ||
vertex : Vector.<Number> | VertexList |
Method | Defined By | ||
---|---|---|---|
VertexList | |||
[static] | VertexList | ||
dispose(node:VertexList):void [static] | VertexList | ||
[static] | VertexList | ||
[static] | VertexList | ||
releaseNode(node:VertexList):void [static] | VertexList | ||
reverse(vertexList:VertexList):void [static] | VertexList |
head | property |
public var head:VertexList
index | property |
public var index:int
next | property |
public var next:VertexList
prev | property |
public var prev:VertexList
vertex | property |
public var vertex:Vector.<Number>
VertexList | () | Constructor |
public function VertexList()
clone | () | method |
public static function clone(vertexList:VertexList):VertexList
Parameters
vertexList:VertexList |
VertexList |
dispose | () | method |
getNode | () | method |
insertAfter | () | method |
public static function insertAfter(nodeA:VertexList, nodeB:VertexList):VertexList
Parameters
nodeA:VertexList | |
nodeB:VertexList |
VertexList |
releaseNode | () | method |
reverse | () | method |