pub trait Triangulate {
    fn triangulate(&self) -> Self;
}

Required Methods

Implementors