Struct descartes::BoundingBox[][src]

pub struct BoundingBox {
    pub min: P2,
    pub max: P2,
}

Fields

Methods

impl BoundingBox
[src]

Trait Implementations

impl Copy for BoundingBox
[src]

impl Clone for BoundingBox
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for BoundingBox

impl Sync for BoundingBox