geomerative
index
 
Name getCurvePoints ( )
Examples
None available
Description Use this to return the points on the curve. It returns the points in the way of an array of RPoint.
Syntax
getCurvePoints();
Parameters
segments   int, the number of segments in which to divide the curve.
Returns RPoint[], the vertices returned in an array.
Usage Web & Application
Related