Trait iron_shapes::edge::EdgeEndpoints
source · pub trait EdgeEndpoints<T> {
// Required methods
fn start(&self) -> Point<T>;
fn end(&self) -> Point<T>;
}Expand description
Get the endpoints of an edge.
pub trait EdgeEndpoints<T> {
// Required methods
fn start(&self) -> Point<T>;
fn end(&self) -> Point<T>;
}Get the endpoints of an edge.