![]() |
Olympe Engine 2.0
2D Game Engine with ECS Architecture
|
Four cubic Bezier control points (P0..P3). More...
#include <ConnectionCache.h>
Public Attributes | |
| float | p0x |
| float | p0y |
| Start point. | |
| float | p1x |
| float | p1y |
| First control point. | |
| float | p2x |
| float | p2y |
| Second control point. | |
| float | p3x |
| float | p3y |
| End point. | |
Four cubic Bezier control points (P0..P3).
Definition at line 31 of file ConnectionCache.h.
| float Olympe::BezierPoints::p0x |
Definition at line 32 of file ConnectionCache.h.
| float Olympe::BezierPoints::p0y |
Start point.
Definition at line 32 of file ConnectionCache.h.
| float Olympe::BezierPoints::p1x |
Definition at line 33 of file ConnectionCache.h.
| float Olympe::BezierPoints::p1y |
First control point.
Definition at line 33 of file ConnectionCache.h.
| float Olympe::BezierPoints::p2x |
Definition at line 34 of file ConnectionCache.h.
| float Olympe::BezierPoints::p2y |
Second control point.
Definition at line 34 of file ConnectionCache.h.
| float Olympe::BezierPoints::p3x |
Definition at line 35 of file ConnectionCache.h.
| float Olympe::BezierPoints::p3y |
End point.
Definition at line 35 of file ConnectionCache.h.