#[repr(C)]pub struct b3Sphere {
pub center: b3Vec3,
pub radius: f32,
}Expand description
A solid sphere
Fields§
§center: b3Vec3The local center
radius: f32The radius
Trait Implementations§
Auto Trait Implementations§
impl Freeze for b3Sphere
impl RefUnwindSafe for b3Sphere
impl Send for b3Sphere
impl Sync for b3Sphere
impl Unpin for b3Sphere
impl UnsafeUnpin for b3Sphere
impl UnwindSafe for b3Sphere
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