geomerative
index
 
Name getCurveTangent ( )
Examples
None available
Description Use this to return a specific tangent on the curve. It returns the RPoint tangent for a given advancement parameter t on the curve.
Syntax
getCurveTangent(t);
Parameters
t   float, the parameter of advancement on the curve. t must have values between 0 and 1.
Returns RPoint, the vertice returned.
Usage Web & Application
Related