pub struct Line3D { /* private fields */ }Expand description
A 3D line defined by origin and direction.
Parameterized as P(t) = origin + t * direction.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Line3D
impl RefUnwindSafe for Line3D
impl Send for Line3D
impl Sync for Line3D
impl Unpin for Line3D
impl UnsafeUnpin for Line3D
impl UnwindSafe for Line3D
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