Available on crate feature
curve
only.Structs§
- Interval
- A nonempty closed interval, possibly unbounded in either direction.
- Invalid
Interval Error - An error that indicates that an operation would have returned an invalid
Interval
. - Spaced
Points Error - An error indicating that spaced points could not be extracted from an unbounded interval.
Functions§
- interval
- Create an
Interval
with a givenstart
andend
. Alias ofInterval::new
.