get_point
Description:
public void get_point (
uint index,
out double x,
out double y)
Retrive the coordinates for an index.
Parameters:
this |
a Curve.
|
index |
the position of the value number to retrieve.
|
x |
x coordinate return location.
|
y |
y coordinate return location.
|