Struct turbine::math::AABB [] [src]

pub struct AABB {
    pub min: Vec3,
    pub max: Vec3,
}

An AABB rectangle.

Fields

The corner with lowest coordinates.

The corner with highest coordinates.

Methods

impl AABB
[src]

[src]

Returns empty AABB.

Trait Implementations

impl Debug for AABB
[src]

[src]

Formats the value using the given formatter.

impl Copy for AABB
[src]

impl Clone for AABB
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more