Module interval

Source
Available on crate feature curve only.
Expand description

The Interval type for nonempty intervals used by the Curve trait.

Structs§

Interval
A nonempty closed interval, possibly unbounded in either direction.
InvalidIntervalError
An error that indicates that an operation would have returned an invalid Interval.
SpacedPointsError
An error indicating that spaced points could not be extracted from an unbounded interval.

Functions§

interval
Create an Interval with a given start and end. Alias of Interval::new.