Struct rusttype::Line
[−]
[src]
pub struct Line { pub p: [Point<f32>; 2], }
A straight line between two points, p[0]
and p[1]
Fields
p |
pub struct Line { pub p: [Point<f32>; 2], }
A straight line between two points, p[0]
and p[1]
p |
impl PartialOrd for Line
fn partial_cmp(&self, __arg_0: &Line) -> Option<Ordering>
fn lt(&self, __arg_0: &Line) -> bool
fn le(&self, __arg_0: &Line) -> bool
fn gt(&self, __arg_0: &Line) -> bool
fn ge(&self, __arg_0: &Line) -> bool
impl PartialEq for Line
impl Debug for Line
impl Clone for Line
fn clone(&self) -> Line
fn clone_from(&mut self, source: &Self)
impl Copy for Line