|
0 A.D. | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
RNSpline
|
+--SNSpline
|
+--TNSpline
in NUSpline.h
| Fields inherited from class RNSpline |
MaxDistance, NodeCount, Node |
| Constructor Summary | |
virtual ~TNSpline()
|
|
| Method Summary | |
void |
AddNode( const CVector3D& pos, const CVector3D& rotation, float timePeriod )
T N S |
void |
BuildSpline()
|
void |
Constrain()
|
void |
InsertNode( const int index, const CVector3D& pos, const CVector3D& rotation, float timePeriod )
|
void |
PushNode()
|
void |
RemoveNode( const int index )
|
void |
Smooth()
|
void |
UpdateNodePos( const int index, const CVector3D& pos )
|
void |
UpdateNodeTime( const int index, float time )
|
| Methods inherited from class SNSpline |
Smooth, BuildSpline |
| Methods inherited from class RNSpline |
AddNode, BuildSpline, GetPosition, GetStartVelocity, GetEndVelocity, GetRotation, GetAllNodes |
| Constructor Detail |
public virtual ~TNSpline();
| Method Detail |
public void AddNode( const CVector3D& pos, const CVector3D& rotation, float timePeriod );
public void BuildSpline();
public void Constrain();
public void InsertNode( const int index, const CVector3D& pos, const CVector3D& rotation, float timePeriod );
public void PushNode();
public void RemoveNode( const int index );
public void Smooth();
public void UpdateNodePos( const int index, const CVector3D& pos );
public void UpdateNodeTime( const int index, float time );
|
0 A.D.
Generated on September 04, 2007 at 18:14 CppDoc v2.4.0 |
|||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||