Struct bismuth::mesh::Line [] [src]

pub struct Line<T> {
    pub a: T,
    pub b: T,
}

Fields

Methods

impl<T> Line<T>
[src]

Trait Implementations

impl<T> Rotate for Line<T> where
    T: Clone
[src]