insert_node


Description:

public void insert_node (int index_, PathNode node)

Inserts node into the path before the node at the given offset.

If index_ is negative it will append the node to the end of the path.

Parameters:

this

a Path

index_

offset of where to insert the node

node

the node to insert