Struct plane_split::Line
source · pub struct Line {
pub origin: Point3D<f64>,
pub dir: Vector3D<f64>,
}
Expand description
A generic line.
Fields§
§origin: Point3D<f64>
Arbitrary point on the line.
dir: Vector3D<f64>
Normalized direction of the line.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Line
impl RefUnwindSafe for Line
impl Send for Line
impl Sync for Line
impl Unpin for Line
impl UnwindSafe for Line
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