Back to class index | Polygon::IsSimpleSyntaxbool Polygon::IsSimple() const; [18 lines of code]Tests if this polygon is simple. A polygon is simple if no two nonconsecutive edges have a point in common.
In other words, a planar polygon is simple if its edges do not self-intersect, and if each vertex is joined by
exactly two edges.
Note This function assumes that the polygon is planar. See Also IsConvex(), IsPlanar(), IsNull(), IsFinite(), IsDegenerate(). |