[][src]Trait ray::traits::AlmostEqual

pub trait AlmostEqual {
    fn almost_equal(&self, other: &Self) -> bool;
}

Required methods

fn almost_equal(&self, other: &Self) -> bool

Loading content...

Implementations on Foreign Types

impl AlmostEqual for f32[src]

impl<T: AlmostEqual> AlmostEqual for Option<T>[src]

Loading content...

Implementors

impl AlmostEqual for Color[src]

impl AlmostEqual for Ray[src]

impl AlmostEqual for Sphere[src]

impl AlmostEqual for UnitVector[src]

impl AlmostEqual for Vector[src]

impl<'a> AlmostEqual for Intersection<'a>[src]

Loading content...