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 
ParamCurveExtrematrait. 
Traits§
- Param
Curve  - A curve parameterized by a scalar.
 - Param
Curve Arclen  - A parameterized curve that can have its arc length measured.
 - Param
Curve Area  - A parameterized curve that can have its signed area measured.
 - Param
Curve Curvature  - A parameterized curve that reports its curvature.
 - Param
Curve Deriv  - A differentiable parameterized curve.
 - Param
Curve Extrema  - A parameterized curve that reports its extrema.
 - Param
Curve Nearest  - A parameterized curve that reports the nearest point.