bevy_math::curve

Module interval

Source
Available on crate feature curve only.
Expand description

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

Structs§

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

Functions§