pub struct Obb3 {
pub center: Point3,
pub axes: [Point3; 3],
pub half_extents: Point3,
}Expand description
Oriented bounding box.
Fields§
§center: Point3§axes: [Point3; 3]§half_extents: Point3Trait Implementations§
Auto Trait Implementations§
impl Freeze for Obb3
impl RefUnwindSafe for Obb3
impl Send for Obb3
impl Sync for Obb3
impl Unpin for Obb3
impl UnsafeUnpin for Obb3
impl UnwindSafe for Obb3
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more