Struct collision::Obb3
[−]
[src]
pub struct Obb3<S> {
pub center: Point3<S>,
pub axis: Vector3<S>,
pub extents: Vector3<S>,
}Fields
center: Point3<S>
axis: Vector3<S>
extents: Vector3<S>
Trait Implementations
impl<S: PartialEq> PartialEq for Obb3<S>[src]
fn eq(&self, __arg_0: &Obb3<S>) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Obb3<S>) -> bool
This method tests for !=.
impl<S: Clone> Clone for Obb3<S>[src]
fn clone(&self) -> Obb3<S>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more