foreach_flat


Description:

public void foreach_flat (NodeFunction each_item)

Execute a provided function for the segments of a poly line approximating the path.

Parameters:

this

a Path

each_item

a function to call for each node in the path.

user_data

user data to pass to a node.