![]() |
Skylicht Engine
|
Bezier control point used to generate interpolation graph entries. More...
#include <Utils/CInterpolator.h>
Public Types | |
| enum | EControlType { Auto = 0 , Smooth , Broken , Linear } |
| Tangent behavior for a control point. More... | |
Public Member Functions | |
| SControlPoint () | |
| Construct an automatic control point. | |
Public Attributes | |
| core::vector2df | Position |
| Point position. | |
| core::vector2df | Left |
| Left tangent offset. | |
| core::vector2df | Right |
| Right tangent offset. | |
| EControlType | Type |
| Control point tangent type. | |
Bezier control point used to generate interpolation graph entries.