|
Fission FSN
|
#include <fsCArcLineTrailComponent.h>

Static Public Member Functions | |
| static fsF32 | distanceBetweenPoints (const fsVec2d &pKnotA, const fsVec2d &pKnotB) |
| static fsVec2d | midPoint (const fsVec2d &pStart, const fsVec2d &pEnd) |
Static Public Attributes | |
| static const fsCUniqueId | mTypeId |
Protected Member Functions | |
| void | initialiseDo (const fsPoint &pStartPos, const fsPoint &pEndPos) override |
| void | updateDo () override |
| fsCArcLineTrailComponent (fsCEntity *pParent) | |
| virtual | ~fsCArcLineTrailComponent () |
| Protected Member Functions inherited from fsITrailComponent | |
| fsITrailComponent (fsCEntity *pParent) | |
| virtual | ~fsITrailComponent () |
| Protected Member Functions inherited from fsIComponent | |
| virtual void | resetDo () |
| virtual void | renderDo () |
| virtual void | matrixApplyDo () |
| virtual void | postLoadDo () |
| virtual void | deserialiseDo () |
| virtual void | serialiseDo () |
| virtual void | initialiseFromVariableTableDo (const fsCVariableTable &pVars) |
| virtual void | initialiseDo () |
| virtual void | finaliseDo () |
| virtual | ~fsIComponent () |
| fsIComponent (fsCEntity *pParent) | |
Static Protected Member Functions | |
| static fsIComponent * | create (fsCEntity *pParent) |
Friends | |
| class | fsCComponentFactory |
Additional Inherited Members | |
| Public Member Functions inherited from fsITrailComponent | |
| void | initialise (const fsPoint &pStartPos, const fsPoint &pEndPos, fsS32 pBaseDurationMs, fsBool pDestroyParentWhenComplete) |
| void | updateDo (fsS32 pDeltaMs) override |
| fsBool | completedGet () const |
| Public Member Functions inherited from fsIComponent | |
| template<typename TInterface> | |
| std::vector< fsCEntity * > | appSceneEntitiesWithComponentOfFamilyType () const |
| template<typename TInterface> | |
| fsCEntity * | appSceneFirstEntityWithComponentOfFamilyType () const |
| fsCEntity * | appSceneEntityNamed (const fsStr &pName) const |
| void | reset () |
| void | update (fsS32 pDeltaMs) |
| void | render () |
| void | matrixApply () |
| void | postLoad () |
| void | deserialise () |
| void | serialise () |
| void | initialiseFromVariableTable (const fsCVariableTable &pVars) |
| void | initialise () |
| void | finalise () |
| fsCEntity * | parentGet () const |
| fsCEntity * | grandparentGet () const |
| Protected Attributes inherited from fsITrailComponent | |
| fsS32 | mDuration |
| fsS32 | mElapsedTime |
|
protected |
|
protectedvirtual |
|
staticprotected |
|
static |
|
overrideprotectedvirtual |
Implements fsITrailComponent.
|
overrideprotectedvirtual |
Implements fsITrailComponent.
|
friend |
|
static |