[][src]Struct mazth::line::Line3

pub struct Line3 {
    pub _a: Mat3x1<f64>,
    pub _b: Mat3x1<f64>,
    pub _bound: AxisAlignedBBox,
    pub _vicinity: f64,
}

Fields

_a: Mat3x1<f64>_b: Mat3x1<f64>_bound: AxisAlignedBBox_vicinity: f64

Methods

impl Line3[src]

pub fn init(a: &[f64], b: &[f64]) -> Line3[src]

Trait Implementations

impl IShape for Line3[src]

impl IVicinity<f64> for Line3[src]

impl Clone for Line3[src]

impl Debug for Line3[src]

Auto Trait Implementations

impl Send for Line3

impl Sync for Line3

impl Unpin for Line3

impl UnwindSafe for Line3

impl RefUnwindSafe for Line3

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]