Trait veloren_voxygen::scene::math::IsBetween01
source · pub trait IsBetween01: IsBetween + Zero + One { }
Expand description
A value that can tell whether or not it is between 0 and 1 (inclusive).
Object Safety§
This trait is not object safe.