Struct lyon_geom::Line [] [src]

pub struct Line<S> {
    pub point: Point<S>,
    pub vector: Vector<S>,
}

An infinite line defined by a point and a vector.

Fields

Methods

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

[src]

[src]

[src]

[src]

Trait Implementations

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

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

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

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