[][src]Trait gut::ops::BoundingBox

pub trait BoundingBox<T> {
    fn bounding_box(&self) -> BBox<T>;
}

Required methods

fn bounding_box(&self) -> BBox<T>

Compute the bounding box of this object.

Loading content...

Implementors

impl<M, T: Real> BoundingBox<T> for M where
    M: VertexPositions<Element = [T; 3]>, 
[src]

fn bounding_box(&self) -> BBox<T>[src]

Compute the bounding box of this object.

Loading content...