Trait pathfinder::Shape

source ·
pub trait Shape {
    fn new() -> Self;
    fn area(&self, size: u32) -> Vec<Coordinate>;
}

Required Methods§

Implementors§