calc


Description:

public bool calc (double pos, out double x, out double y)

Compute the coordinates of the path at the position (length measured from start of path, not including discontinuities).

Parameters:

this

a Path

pos

how far along the path.

x

return location for x coordinate.

y

return location for y coordinate