Calculates the parameter value at the point measured from the specified starting parameter along the curve.
Name | Type | Description |
FromParam | Double | Input Double that specifies the parameter value to measure the length from. |
Length | Double | Input Double that specifies the distance measured along the curve. |
Param | Double | Output Double that returns the parameter value at the specified Length from FromParam. |