[][src]Trait descartes::HasBoundingBox

pub trait HasBoundingBox {
    fn bounding_box(&self) -> BoundingBox;
}

Required Methods

Implementors

impl HasBoundingBox for Area
[src]

impl HasBoundingBox for LineSegment
[src]