#[repr(C)]pub struct IPLBox {
pub minCoordinates: IPLVector3,
pub maxCoordinates: IPLVector3,
}Expand description
An axis-aligned box. Axis-aligned boxes are used to specify a volume of 3D space.
Fields§
§minCoordinates: IPLVector3The minimum coordinates of any vertex.
maxCoordinates: IPLVector3The maximum coordinates of any vertex.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IPLBox
impl RefUnwindSafe for IPLBox
impl Send for IPLBox
impl Sync for IPLBox
impl Unpin for IPLBox
impl UnwindSafe for IPLBox
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