#[repr(C, align(16))]pub struct Obb {
pub extents: F32Vector4,
pub xform: F32Matrix4x4,
}Fields§
§extents: F32Vector4The half-size of the box along its local axes.
xform: F32Matrix4x4The transformation matrix from local to world space.
Trait Implementations§
impl Copy for Obb
impl StructuralPartialEq for Obb
Auto Trait Implementations§
impl Freeze for Obb
impl RefUnwindSafe for Obb
impl Send for Obb
impl Sync for Obb
impl Unpin for Obb
impl UnwindSafe for Obb
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