Curve.curvature_at

Curve.curvature_at(t)[source]

Compute the curvature of the curve at a parameter.

Parameters

t (float) – The value of the curve parameter.

Returns

Vector – The corresponding curvature vector.

Raises

ValueError – If the parameter is not in the curve domain.