Struct cgmath::Obb3 [] [src]

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

Fields

center
axis
extents

Trait Implementations

Derived Implementations

impl<S: Decodable> Decodable for Obb3<S>

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<Obb3<S>, __D::Error>

impl<S: Encodable> Encodable for Obb3<S>

fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>

impl<S: PartialEq> PartialEq for Obb3<S>

fn eq(&self, __arg_0: &Obb3<S>) -> bool

fn ne(&self, __arg_0: &Obb3<S>) -> bool

impl<S: Clone> Clone for Obb3<S>

fn clone(&self) -> Obb3<S>

fn clone_from(&mut self, source: &Self)

impl<S: Copy> Copy for Obb3<S>