Trait runa_orbiter::utils::geometry::Approx   
source · pub trait Approx {
    // Required methods
    fn floor(self) -> Self;
    fn ceil(self) -> Self;
    fn round(self) -> Self;
}Expand description
Trait for approximating a number to the nearest integer