bevy_math::curve::interval

Function interval

Source
pub fn interval(start: f32, end: f32) -> Result<Interval, InvalidIntervalError>
Available on crate feature curve only.
Expand description

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