Struct footile::BBox [] [src]

pub struct BBox {
    pub center: Vec3i,
    pub half_len: i32,
}

Bounding box

Fields

Methods

impl BBox
[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Clone for BBox
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for BBox
[src]

impl Debug for BBox
[src]

[src]

Formats the value using the given formatter.