NurbsCurve.curvature_at
- NurbsCurve.curvature_at(t)[source]
Compute the curvature at a point on the curve.
- Parameters
t (float) – The value of the curve parameter. Must be between 0 and 1.
- Returns
Vector – The corresponding curvature vector.
Compute the curvature at a point on the curve.
t (float) – The value of the curve parameter. Must be between 0 and 1.
Vector – The corresponding curvature vector.