Cogs.Foundation
Loading...
Searching...
No Matches
Cogs::Geometry::Polygon Member List

This is the complete list of members for Cogs::Geometry::Polygon, including all inherited members.

add(const Polygon &polygon) constCogs::Geometry::Polygon
addPoint(const glm::vec3 &point)Cogs::Geometry::Polygon
calcArea() constCogs::Geometry::Polygoninline
calcSignedArea(const PointList::const_iterator &start, const PointList::const_iterator &end)Cogs::Geometry::Polygonprivatestatic
clearPoints()Cogs::Geometry::Polygon
fixUp()Cogs::Geometry::Polygon
getNoOfPoints() constCogs::Geometry::Polygoninline
getPoint(size_t idx) constCogs::Geometry::Polygoninline
getPoints() constCogs::Geometry::Polygoninline
isClockwise(const PointList &pointList)Cogs::Geometry::Polygonprivatestatic
isPointInside(const glm::vec3 &p) constCogs::Geometry::Polygoninline
isPointInside(const glm::vec3 &p, const PointList &pointList)Cogs::Geometry::Polygonprivatestatic
List typedefCogs::Geometry::Polygon
PointList typedefCogs::Geometry::Polygon
pointsCogs::Geometry::Polygonprivate
Polygon()=defaultCogs::Geometry::Polygon
Polygon(const PointList &initialPoints)Cogs::Geometry::Polygon
Polygon(const Polygon &)=defaultCogs::Geometry::Polygon
setPoints(const PointList &pointList)Cogs::Geometry::Polygon
subtract(const Polygon &polygon) constCogs::Geometry::Polygon