Olympe Engine 2.0
2D Game Engine with ECS Architecture
Loading...
Searching...
No Matches
Public Attributes | List of all members
Olympe::BezierPoints Struct Reference

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.
 

Detailed Description

Four cubic Bezier control points (P0..P3).

Definition at line 31 of file ConnectionCache.h.

Member Data Documentation

◆ p0x

float Olympe::BezierPoints::p0x

Definition at line 32 of file ConnectionCache.h.

◆ p0y

float Olympe::BezierPoints::p0y

Start point.

Definition at line 32 of file ConnectionCache.h.

◆ p1x

float Olympe::BezierPoints::p1x

Definition at line 33 of file ConnectionCache.h.

◆ p1y

float Olympe::BezierPoints::p1y

First control point.

Definition at line 33 of file ConnectionCache.h.

◆ p2x

float Olympe::BezierPoints::p2x

Definition at line 34 of file ConnectionCache.h.

◆ p2y

float Olympe::BezierPoints::p2y

Second control point.

Definition at line 34 of file ConnectionCache.h.

◆ p3x

float Olympe::BezierPoints::p3x

Definition at line 35 of file ConnectionCache.h.

◆ p3y

float Olympe::BezierPoints::p3y

End point.

Definition at line 35 of file ConnectionCache.h.


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