#[repr(C)]pub struct IPLSphere {
pub center: IPLVector3,
pub radius: IPLfloat32,
}Expand description
A sphere. Spheres are used to define a region of influence around a point.
Fields§
§center: IPLVector3The center.
radius: IPLfloat32The radius.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IPLSphere
impl RefUnwindSafe for IPLSphere
impl Send for IPLSphere
impl Sync for IPLSphere
impl Unpin for IPLSphere
impl UnwindSafe for IPLSphere
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