Pyrogenesis
13997
|
#include <NUSpline.h>
Public Member Functions | |
virtual | ~SNSpline () |
void | BuildSpline () |
void | Smooth () |
![]() | |
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 | |
![]() | |
float | MaxDistance |
int | NodeCount |
![]() | |
CVector3D | GetStartVelocity (int index) |
CVector3D | GetEndVelocity (int index) |
![]() | |
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.