Struct raylib_ffi::BoundingBox
source · #[repr(C)]pub struct BoundingBox {
pub min: Vector3,
pub max: Vector3,
}Fields§
§min: Vector3§max: Vector3Trait Implementations§
source§impl Clone for BoundingBox
impl Clone for BoundingBox
source§fn clone(&self) -> BoundingBox
fn clone(&self) -> BoundingBox
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more