Struct collision::Obb2 [] [src]

pub struct Obb2<S> {
    pub center: Point2<S>,
    pub axis: Vector2<S>,
    pub extents: Vector2<S>,
}

Fields

Trait Implementations

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

This method tests for !=.