Trait rin::prelude::GeometryIterator [−][src]
pub trait GeometryIterator {
type Point;
type Field;
pub fn signed_area(self) -> Self::Field;
pub fn centroid(self) -> Option<Self::Point>;
}Associated Types
Loading content...Required methods
Loading content...Implementors
Loading content...