Struct raylib::core::math::BoundingBox [−][src]
Fields
min: Vector3
max: Vector3
Implementations
Detects collision between two boxes.
Detects collision between box and sphere.
Detects collision between ray and box.
Trait Implementations
Returns the “default value” for a type. Read more
Performs the conversion.
Performs the conversion.
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for BoundingBox
impl Send for BoundingBox
impl Sync for BoundingBox
impl Unpin for BoundingBox
impl UnwindSafe for BoundingBox
Blanket Implementations
Mutably borrows from an owned value. Read more