Class: PQNode

PQNode()

new PQNode()

[PQNode description]
Source:

Members

handle :libtess.PQHandle

[handle description]
Type:
Source:

Methods

(static) realloc(oldArraynullable, size) → {Array.<libtess.PQNode>}

Allocate a PQNode array of size size. If oldArray is not null, its contents are copied to the beginning of the new array. The rest of the array is filled with new PQNodes.
Parameters:
Name Type Attributes Description
oldArray Array.<libtess.PQNode> <nullable>
[description].
size number [description].
Source:
Returns:
[description].
Type
Array.<libtess.PQNode>