Trait oxygengine_ha_renderer::math::IsBetween01
source · pub trait IsBetween01: IsBetween<Self> + Zero + One { }
Expand description
A value that can tell whether or not it is between 0 and 1 (inclusive).
pub trait IsBetween01: IsBetween<Self> + Zero + One { }
A value that can tell whether or not it is between 0 and 1 (inclusive).