Struct geomprim2d::Line[][src]

pub struct Line<S: Scalar> {
    pub s: Point<S>,
    pub t: Point<S>,
}

Fields

Methods

impl<S: Scalar> Line<S>
[src]

Trait Implementations

impl<S: Debug + Scalar> Debug for Line<S>
[src]

Formats the value using the given formatter. Read more

impl<S: Clone + Scalar> Clone for Line<S>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<S: Copy + Scalar> Copy for Line<S>
[src]

Auto Trait Implementations

impl<S> Send for Line<S>

impl<S> Sync for Line<S> where
    S: Sync