Trait parrot::geom::Bounded [] [src]

pub trait Bounded<T: Number> {
    fn aabb(self) -> Rect<T>;
}

Required Methods

Implementors