Struct cgmath::Obb2
[−]
[src]
pub struct Obb2<S> {
pub center: Point2<S>,
pub axis: Vector2<S>,
pub extents: Vector2<S>,
}Fields
center | |
axis | |
extents |
pub struct Obb2<S> {
pub center: Point2<S>,
pub axis: Vector2<S>,
pub extents: Vector2<S>,
}center | |
axis | |
extents |
impl<S: Decodable> Decodable for Obb2<S>impl<S: Encodable> Encodable for Obb2<S>impl<S: PartialEq> PartialEq for Obb2<S>impl<S: Clone> Clone for Obb2<S>fn clone(&self) -> Obb2<S>fn clone_from(&mut self, source: &Self)impl<S: Copy> Copy for Obb2<S>