NurbsCurve.torsion_at
- NurbsCurve.torsion_at(t)[source]
Compute the torsion of the curve at a parameter.
- Parameters
t (float) – The value of the curve parameter.
- Returns
float – The torsion value.
- Raises
ValueError – If the parameter is not in the curve domain.