Skip to main content

is_convex

Function is_convex 

Source
pub fn is_convex<G: IsConvex>(g: &G) -> bool
Expand description

True iff g is convex.

Mirrors boost::geometry::is_convex(g) from boost/geometry/algorithms/is_convex.hpp.