Struct collision::Obb3 [] [src]

pub struct Obb3<S> {
    pub center: Point3<S>,
    pub axis: Vector3<S>,
    pub extents: Vector3<S>,
}

Fields

Trait Implementations

impl<S: Encodable> Encodable for Obb3<S>
[src]

impl<S: Decodable> Decodable for Obb3<S>
[src]

impl<S: Copy> Copy for Obb3<S>
[src]

impl<S: Clone> Clone for Obb3<S>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<S: PartialEq> PartialEq for Obb3<S>
[src]

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

This method tests for !=.