[][src]Trait arcs::algorithms::Bounded

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

Calculate an axis-aligned bounding box around the item.

Required methods

fn bounding_box(&self) -> BoundingBox

Calculate the approximate location this object is located in.

Loading content...

Implementations on Foreign Types

impl<'a, B: Bounded + ?Sized> Bounded for &'a B[src]

Loading content...

Implementors

impl Bounded for Geometry[src]

impl Bounded for BoundingBox[src]

impl Bounded for Arc[src]

impl Bounded for Line[src]

impl Bounded for Point[src]

impl Bounded for Vector[src]

Loading content...