Gamedev Framework (gf) 1.2.0
A C++17 framework for 2D games
Classes
Shapes

Shapes. More...

Classes

class  gf::Shape
 Base class for textured shapes with outline. More...
 
class  gf::RectangleShape
 Specialized shape representing a rectangle. More...
 
class  gf::CircleShape
 Specialized shape representing a circle. More...
 
class  gf::ConvexShape
 Specialized shape representing a convex polygon. More...
 
class  gf::StarShape
 Specialized shape representing a star. More...
 
class  gf::RoundedRectangleShape
 Specialized shape representing a rounded rectangle. More...
 

Detailed Description

Shapes.