# Functions
ComputePolygonArea determines the winding order of a polygon.
ContainsColinearEdges determines if the polygon contains collinear edges.
IsPointInTriangle verifies if the point p is inside the triangle abc.
IsSimplePolygon determines whether the polygon is simple or complex.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
WindingOrder defines an enumerator representing the winding order of the vertices.