#include <S5movable.h>
Inheritance diagram for S5movable::
Public Methods | |
S5movable () | |
virtual void | timeTick (SbTime dt) |
Static Public Methods | |
void | initClass () |
Public Attributes | |
SoSFVec3f | speed |
SoSFVec3f | accel |
SoSFFloat | maxSpeed |
SoSFRotation | rotSpeed |
SoSFRotation | rotAccel |
SoSFFloat | maxRotSpeed |
Protected Methods | |
virtual void | applySpeed (SbTime dt) |
virtual void | applyAccel (SbTime dt) |
virtual void | applyRotSpeed (SbTime dt) |
virtual void | applyRotAccel (SbTime dt) |
virtual | ~S5movable () |
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from S5object. Reimplemented in S5ship, and S5userShip. |
|
Reimplemented from S5object. Reimplemented in S5ship, and S5userShip. |
|
|
|
|
|
|
|
|
|
|
|
|