A class to manage bezier curves and interpolation.
More...
#include <bezier_curve.hpp>
|
struct | BezierData |
| A data structure to store one bezier control point and the two handles. More...
|
|
|
| BezierCurve (const XMLNode &node) |
|
Vec3 | getXYZ (float t) const |
|
Vec3 | getHPR (float t) const |
|
unsigned int | getNumPoints () const |
| Returns the number of points in this bezier curve. More...
|
|
A class to manage bezier curves and interpolation.
◆ getNumPoints()
unsigned int BezierCurve::getNumPoints |
( |
| ) |
const |
|
inline |
Returns the number of points in this bezier curve.
◆ m_all_data
Vector with all control points and handles.
The documentation for this class was generated from the following files: