[][src]Trait lyon_algorithms::aabb::TightBoundingRect

pub trait TightBoundingRect {
    fn min_max(&self, min: &mut Point, max: &mut Point);
}

Required methods

fn min_max(&self, min: &mut Point, max: &mut Point)

Loading content...

Implementations on Foreign Types

impl TightBoundingRect for PathEvent[src]

Loading content...

Implementors

Loading content...