|
Urho3D
|
#include "../Core/Variant.h"#include "../Math/Color.h"#include "../Math/Vector2.h"#include "../Math/Vector3.h"#include "../Math/Vector4.h"Classes | |
| class | Dviglo::Spline |
| Spline class to get a point on it based off the interpolation mode. More... | |
Enumerations | |
| enum | Dviglo::InterpolationMode { Dviglo::BEZIER_CURVE = 0, Dviglo::CATMULL_ROM_CURVE, Dviglo::LINEAR_CURVE, Dviglo::CATMULL_ROM_FULL_CURVE } |
1.8.17