Gamedev Framework (gf)  0.10.0
A C++14 framework for 2D games
gf::Polygon Member List

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

addPoint(Vector2f point)gf::Polygon
applyTransform(const Matrix3f &mat)gf::Polygon
begin() constgf::Polygon
end() constgf::Polygon
getArea() constgf::Polygon
getCenter() constgf::Polygon
getPoint(std::size_t index) constgf::Polygon
getPointCount() constgf::Polygon
getSupport(Vector2f direction, const Transform &transform) constgf::Polygon
getSupport(Vector2f direction) constgf::Polygon
getWinding() constgf::Polygon
isConvex() constgf::Polygon
isEmpty() constgf::Polygon
Polygon()=defaultgf::Polygon
Polygon(ArrayRef< Vector2f > points)gf::Polygon
Polygon(Iterator first, Iterator last)gf::Polygoninline
simplify(float distance=Epsilon)gf::Polygon