[−][src]Function conrod_core::widget::primitive::shape::polygon::triangles
pub fn triangles<I>(points: I) -> Option<Triangles<I::IntoIter>> where
I: IntoIterator<Item = Point>,
Triangulate the polygon given as a list of Point
s describing its sides.
Returns None
if the given iterator yields less than two points.