Struct cem::collider::Collider [] [src]

pub struct Collider {
    pub aabb: Aabb,
    pub radius: f32,
}

Fields

Trait Implementations

impl Debug for Collider
[src]

[src]

Formats the value using the given formatter.

impl Default for Collider
[src]

[src]

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

impl Copy for Collider
[src]

impl Clone for Collider
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Collider
[src]

[src]

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

[src]

This method tests for !=.