Trait valora::geom::Centered [] [src]

pub trait Centered {
    fn centroid(&self) -> Point;
}

Required Methods

Implementors