|
Pyrogenesis
13997
|
#include <NUSpline.h>
Public Member Functions | |
| virtual | ~SNSpline () |
| void | BuildSpline () |
| void | Smooth () |
Public Member Functions inherited from RNSpline | |
| RNSpline () | |
| virtual | ~RNSpline () |
| void | AddNode (const CVector3D &pos) |
| void | BuildSpline () |
| CVector3D | GetPosition (float time) const |
| CVector3D | GetRotation (float time) const |
| const std::vector< SplineData > & | GetAllNodes () const |
Additional Inherited Members | |
Public Attributes inherited from RNSpline | |
| float | MaxDistance |
| int | NodeCount |
Protected Member Functions inherited from RNSpline | |
| CVector3D | GetStartVelocity (int index) |
| CVector3D | GetEndVelocity (int index) |
Protected Attributes inherited from RNSpline | |
| std::vector< SplineData > | Node |
Definition at line 59 of file NUSpline.h.
|
inlinevirtual |
Definition at line 62 of file NUSpline.h.
|
inline |
Definition at line 63 of file NUSpline.h.
| void SNSpline::Smooth | ( | ) |
Definition at line 143 of file NUSpline.cpp.
1.8.5