pub struct BoundingBox { /* private fields */ }Implementations§
Source§impl BoundingBox
impl BoundingBox
pub fn position(&self) -> &Vector3
pub fn box_size(&self) -> &Vector3
pub fn get_orientation(&self) -> &RollPitchYaw
pub fn IsBoxContained(&self, other: &BoundingBox) -> bool
pub fn IsBoxIntersected(&self, other: &BoundingBox) -> bool
Trait Implementations§
Source§impl ExternType for BoundingBox
impl ExternType for BoundingBox
impl UniquePtrTarget for BoundingBox
Auto Trait Implementations§
impl !Freeze for BoundingBox
impl RefUnwindSafe for BoundingBox
impl !Send for BoundingBox
impl !Sync for BoundingBox
impl !Unpin for BoundingBox
impl UnsafeUnpin for BoundingBox
impl UnwindSafe for BoundingBox
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