TrinityCore
|
#include <Spline.h>
Public Types | |
enum | EvaluationMode { ModeLinear, ModeCatmullrom, ModeBezier3_Unused, UninitializedMode, ModesEnd } |
typedef int | index_type |
typedef std::vector< Vector3 > | ControlArray |
Protected Types | |
enum | { STEPS_PER_SEGMENT = 3 } |
Protected Attributes | |
ControlArray | points |
index_type | index_lo |
index_type | index_hi |
uint8 | m_mode |
bool | cyclic |
typedef std::vector<Vector3> Movement::SplineBase::ControlArray |
typedef int Movement::SplineBase::index_type |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |