bevy_math::curve::interval

Function interval

source
pub fn interval(start: f32, end: f32) -> Result<Interval, InvalidIntervalError>
Expand description

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