Struct cem::collider::Aabb [] [src]

pub struct Aabb {
    pub lower: Point3<f32>,
    pub upper: Point3<f32>,
}

An axis-aligned bounding box containing a lower corner and upper corner.

Fields

Methods

impl Aabb
[src]

[src]

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

impl PartialEq for Aabb
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Encode for Aabb
[src]

[src]

[src]

impl Default for Aabb
[src]

[src]

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