[][src]Trait lyon_algorithms::aabb::FastBoundingRect

pub trait FastBoundingRect {
    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 FastBoundingRect for PathEvent[src]

impl FastBoundingRect for QuadraticEvent[src]

impl FastBoundingRect for FlattenedEvent[src]

Loading content...

Implementors

Loading content...