geomerative
index
 
Name getCurvePoint ( )
Examples
None available
Description Use this to return a specific point on the curve. It returns the RPoint for a given advancement parameter t on the curve.
Syntax
getCurvePoint(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