Trait triangulate::Vertex[][src]

pub trait Vertex: Debug {
    type Coordinate: Real;
    fn x(&self) -> Self::Coordinate;
fn y(&self) -> Self::Coordinate; }

Associated Types

Loading content...

Required methods

fn x(&self) -> Self::Coordinate[src]

fn y(&self) -> Self::Coordinate[src]

Loading content...

Implementors

Loading content...