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