#[repr(C)]pub struct SpatialBoundingOrientedBox {
pub Center: Vector3,
pub Extents: Vector3,
pub Orientation: Quaternion,
}
Expand description
Required features: ‘Perception_Spatial’, ‘Foundation_Numerics’
Fields
Center: Vector3
Extents: Vector3
Orientation: Quaternion
Trait Implementations
impl Clone for SpatialBoundingOrientedBox
impl Clone for SpatialBoundingOrientedBox
impl Copy for SpatialBoundingOrientedBox
Auto Trait Implementations
impl RefUnwindSafe for SpatialBoundingOrientedBox
impl Send for SpatialBoundingOrientedBox
impl Sync for SpatialBoundingOrientedBox
impl Unpin for SpatialBoundingOrientedBox
impl UnwindSafe for SpatialBoundingOrientedBox
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more