Struct e2rcore::implement::math::bound::AxisAlignedBBox [] [src]

pub struct AxisAlignedBBox {
    pub _bound_lower: [f64; 3],
    pub _bound_upper: [f64; 3],
}

Fields

Methods

impl AxisAlignedBBox
[src]

[src]

[src]

Trait Implementations

impl Debug for AxisAlignedBBox
[src]

[src]

Formats the value using the given formatter.

impl Clone for AxisAlignedBBox
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl IBound for AxisAlignedBBox
[src]

[src]

[src]

[src]

[src]

[src]

[src]

impl Default for AxisAlignedBBox
[src]

[src]

Returns the "default value" for a type. Read more