#[repr(C)]pub struct IPLRay {
pub origin: IPLVector3,
pub direction: IPLVector3,
}Expand description
A ray in 3D space.
Fields§
§origin: IPLVector3Origin of the ray.
direction: IPLVector3Unit vector direction of the ray.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IPLRay
impl RefUnwindSafe for IPLRay
impl Send for IPLRay
impl Sync for IPLRay
impl Unpin for IPLRay
impl UnwindSafe for IPLRay
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