CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::BezierPath::Element Struct Reference

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.
 

Detailed Description

A structure that describes a BezierPath element.

Member Data Documentation

◆ points

Point2 CeresEngine::BezierPath::Element::points[3]

An array of points.

Each element type gives a different meaning for these values.

◆ type

ElementType CeresEngine::BezierPath::Element::type

The type of element represented by the struct.


The documentation for this struct was generated from the following file: