Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members
iPcMechanicsThruster Struct Reference
Property class representing a thruster that affect forces on the attached object. More...
#include <propclass/mechthruster.h>
Public Member Functions | |
virtual void | SetMechanicsObject (iPcMechanicsObject *mechsys)=0 |
Set the mechanics object to affect. | |
virtual iPcMechanicsObject * | GetMechanicsObject ()=0 |
Get the associated mechanics object. | |
virtual void | SetPosition (const csVector3 &pos)=0 |
Set the thruster's position relative to the object. | |
virtual const csVector3 & | GetPosition ()=0 |
Get the thruster's position relative to the object. | |
virtual void | SetOrientation (const csVector3 &orientation)=0 |
Set the orientation of the thruster. | |
virtual const csVector3 & | GetOrientation ()=0 |
Get the orientation of the thruster. | |
virtual void | SetMaxThrust (float maxthrust)=0 |
Set the maximum thrust. | |
virtual float | GetMaxThrust ()=0 |
Get the maximum thrust. | |
virtual float | GetThrustForce (float thrust)=0 |
Get the amount of force a given thrust will produce, taking into account the current environment. | |
virtual float | AvailableThrust ()=0 |
How much thrust is available on this thruster? | |
virtual void | ThrustChange (float deltathrust)=0 |
Applies a delta to the thruster's current thrust. |
Detailed Description
Property class representing a thruster that affect forces on the attached object.
Definition at line 19 of file mechthruster.h.
Member Function Documentation
|
How much thrust is available on this thruster?
|
|
Get the maximum thrust.
|
|
Get the associated mechanics object.
|
|
Get the orientation of the thruster.
|
|
Get the thruster's position relative to the object.
|
|
Get the amount of force a given thrust will produce, taking into account the current environment.
|
|
Set the maximum thrust.
|
|
Set the mechanics object to affect. This is required.
|
|
Set the orientation of the thruster.
|
|
Set the thruster's position relative to the object.
|
|
Applies a delta to the thruster's current thrust.
|
The documentation for this struct was generated from the following file:
- propclass/mechthruster.h
Generated for CEL: Crystal Entity Layer by doxygen 1.4.4