Module param_curve

Source
Expand description

A trait for curves parameterized by a scalar.

Structs§

Nearest
The nearest position on a curve to some point.

Constants§

DEFAULT_ACCURACY
A default value for methods that take an ‘accuracy’ argument.
MAX_EXTREMA
The maximum number of extrema that can be reported in the ParamCurveExtrema trait.

Traits§

ParamCurve
A curve parameterized by a scalar.
ParamCurveArclen
A parameterized curve that can have its arc length measured.
ParamCurveArea
A parameterized curve that can have its signed area measured.
ParamCurveCurvature
A parameterized curve that reports its curvature.
ParamCurveDeriv
A differentiable parameterized curve.
ParamCurveExtrema
A parameterized curve that reports its extrema.
ParamCurveNearest
A parameterized curve that reports the nearest point.