Calculates the curvature direction and magnitude of the curve at the given parameter values.
Name | Type | Description |
Params | Double | Input/output array of Doubles that specifies the parameters. |
MaxTangents | Double | Output Double array that returns the maximum curvature direction vector at each specified parameter point. |
MaxCurvatures | Double | Output Double array that returns the maximum curvature value at each specified parameter point. |
MinCurvatures | Double | Output Double array that returns the minimum curvature value at each specified parameter point. |