|
CeresEngine 0.2.0
A game development framework
|
A structure that describes a BezierPath element.
More...
#include <CeresEngine/Graphics/BezierPath.hpp>
Public Attributes | |
| ElementType | type |
| The type of element represented by the struct. | |
| Point2 | points [3] |
| An array of points. | |
A structure that describes a BezierPath element.
| Point2 CeresEngine::BezierPath::Element::points[3] |
An array of points.
Each element type gives a different meaning for these values.
| ElementType CeresEngine::BezierPath::Element::type |
The type of element represented by the struct.