pub struct ShapeExtent {
pub min_extent: f32,
pub max_extent: Vec3,
}Expand description
Minimum and maximum extent of a shape relative to a local origin. (math_internal.h: b3ShapeExtent)
Fields§
§min_extent: f32§max_extent: Vec3Trait Implementations§
Source§impl Clone for ShapeExtent
impl Clone for ShapeExtent
Source§fn clone(&self) -> ShapeExtent
fn clone(&self) -> ShapeExtent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ShapeExtent
Source§impl Debug for ShapeExtent
impl Debug for ShapeExtent
Source§impl Default for ShapeExtent
impl Default for ShapeExtent
Source§fn default() -> ShapeExtent
fn default() -> ShapeExtent
Returns the “default value” for a type. Read more
Source§impl PartialEq for ShapeExtent
impl PartialEq for ShapeExtent
impl StructuralPartialEq for ShapeExtent
Auto Trait Implementations§
impl Freeze for ShapeExtent
impl RefUnwindSafe for ShapeExtent
impl Send for ShapeExtent
impl Sync for ShapeExtent
impl Unpin for ShapeExtent
impl UnsafeUnpin for ShapeExtent
impl UnwindSafe for ShapeExtent
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