Prop Field Bend State. More...
#include <dePropFieldBendState.h>
Public Member Functions | |
Constructors and Destructors | |
| dePropFieldBendState () | |
| Creates a new bend state. | |
| ~dePropFieldBendState () | |
| Cleans up the prop bend state. | |
Management | |
| float | GetBendX () const |
| Retrieves the bending around the X axis. | |
| void | SetBendX (float bend) |
| Sets the bending around the X axis. | |
| float | GetBendZ () const |
| Retrieves the bending around the Z axis. | |
| void | SetBendZ (float bend) |
| Sets the bending around the Z axis. | |
| float | GetVelocityX () const |
| Retrieves the bending velocity around the X axis. | |
| void | SetVelocityX (float bend) |
| Sets the bending velocity around the X axis. | |
| float | GetVelocityZ () const |
| Retrieves the bending velocity around the Z axis. | |
| void | SetVelocityZ (float bend) |
| Sets the bending velocity around the Z axis. | |
Prop Field Bend State.
Stores the bending state of one or more instances.
| dePropFieldBendState::dePropFieldBendState | ( | ) |
Creates a new bend state.
| dePropFieldBendState::~dePropFieldBendState | ( | ) |
Cleans up the prop bend state.
| float dePropFieldBendState::GetBendX | ( | ) | const [inline] |
Retrieves the bending around the X axis.
| float dePropFieldBendState::GetBendZ | ( | ) | const [inline] |
Retrieves the bending around the Z axis.
| float dePropFieldBendState::GetVelocityX | ( | ) | const [inline] |
Retrieves the bending velocity around the X axis.
| float dePropFieldBendState::GetVelocityZ | ( | ) | const [inline] |
Retrieves the bending velocity around the Z axis.
| void dePropFieldBendState::SetBendX | ( | float | bend ) |
Sets the bending around the X axis.
| void dePropFieldBendState::SetBendZ | ( | float | bend ) |
Sets the bending around the Z axis.
| void dePropFieldBendState::SetVelocityX | ( | float | bend ) |
Sets the bending velocity around the X axis.
| void dePropFieldBendState::SetVelocityZ | ( | float | bend ) |
Sets the bending velocity around the Z axis.
1.7.2