#include <OgreSimpleSpline.h>
Public Member Functions | |
SimpleSpline () | |
~SimpleSpline () | |
void | addPoint (const Vector3 &p) |
Adds a control point to the end of the spline. | |
const Vector3 & | getPoint (unsigned short index) const |
Gets the detail of one of the control points of the spline. | |
unsigned short | getNumPoints (void) const |
Gets the number of control points in the spline. | |
void | clear (void) |
Clears all the points in the spline. | |
void | updatePoint (unsigned short index, const Vector3 &value) |
Updates a single point in the spline. | |
Vector3 | interpolate (Real t) |
Returns an interpolated point based on a parametric value over the whole series. | |
Vector3 | interpolate (unsigned int fromIndex, Real t) |
Interpolates a single segment of the spline given a parametric value. | |
void | setAutoCalculate (bool autoCalc) |
Tells the spline whether it should automatically calculate tangents on demand as points are added. | |
void | recalcTangents (void) |
Recalculates the tangents associated with this spline. | |
Protected Attributes | |
bool | mAutoCalc |
std::vector< Vector3 > | mPoints |
std::vector< Vector3 > | mTangents |
Matrix4 | mCoeffs |
Matrix of coefficients. |
Definition at line 47 of file OgreSimpleSpline.h.
|
|
|
|
|
Adds a control point to the end of the spline.
|
|
Clears all the points in the spline.
|
|
Gets the number of control points in the spline.
|
|
Gets the detail of one of the control points of the spline.
|
|
Interpolates a single segment of the spline given a parametric value.
|
|
Returns an interpolated point based on a parametric value over the whole series.
|
|
Recalculates the tangents associated with this spline.
|
|
Tells the spline whether it should automatically calculate tangents on demand as points are added.
|
|
Updates a single point in the spline.
|
|
Definition at line 109 of file OgreSimpleSpline.h. |
|
Matrix of coefficients.
Definition at line 115 of file OgreSimpleSpline.h. |
|
Definition at line 111 of file OgreSimpleSpline.h. |
|
Definition at line 112 of file OgreSimpleSpline.h. |
Copyright © 2000-2005 by The OGRE Team
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Mar 12 14:44:18 2006