Back to class index
| Polygon::IsDegenerateSyntaxbool Polygon::IsDegenerate(float epsilon=1e-4f) const; [4 lines of code]Tests if this polygon is degenerate. A polygon is degenerate if it has two or less vertices, or if its surface area is less or equal than the given epsilon. Note The null polygon is degenerate and finite. See Also |