Struct cgmath::Obb3
[−]
[src]
pub struct Obb3<S> { pub center: Point3<S>, pub axis: Vector3<S>, pub extents: Vector3<S>, }
Fields
center | |
axis | |
extents |
pub struct Obb3<S> { pub center: Point3<S>, pub axis: Vector3<S>, pub extents: Vector3<S>, }
center | |
axis | |
extents |
impl<S: Decodable> Decodable for Obb3<S>
impl<S: Encodable> Encodable for Obb3<S>
impl<S: PartialEq> PartialEq for Obb3<S>
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>