Trait solstice_2d::SimpleConvexGeometry[][src]

pub trait SimpleConvexGeometry: Debug {
    type Vertices: Iterator<Item = Vertex2D>;
    fn vertices(&self) -> Self::Vertices;
fn vertex_count(&self) -> usize; }

Associated Types

Required methods

Implementations on Foreign Types

Implementors