|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectuavsim.flightdynamicsmodel.AircraftRigidBody
public class AircraftRigidBody
Defines the rigid-body model of an aircraft. For compatibility with the other classes derived from the original source (Physics for Game Developers by David Bourg), the member variables are public and mutable. Eventually they will be protected appropriately.
| Field Summary | |
|---|---|
Vector |
_acceleration
the 3D _acceleration in space in feet per second per second |
double |
_airspeed
the airspeed in feet per second |
double |
_airspeedAcceleration
zzz |
Vector |
_angularVelocity
the angular velocity in degrees per second |
Vector |
_attitudeEuler
the attitude in Euler angles |
Vector |
_attitudeEulerAcceleration
the attitude acceleration in Euler angles |
Vector |
_attitudeEulerVelocity
the attitude velocity in Euler angles |
Quaternion |
_attitudeQuaternion
the attitude as a quaternion |
Vector |
_forces
the 3D forces in pounds |
Matrix |
_inertia
the 3D inertia in units zzz??? |
Matrix |
_inertiaInverse
the inverse of the 3D inertia |
double |
_mass
the mass in pounds |
Vector |
_moments
the 3D moments as a result of the forces in units zzz??? |
Vector |
_position
the 3D position in space in feet |
Vector |
_velocity
the 3D velocity in space in feet per second |
Vector |
_velocityBody
zzz??? |
| Constructor Summary | |
|---|---|
AircraftRigidBody()
|
|
| Method Summary | |
|---|---|
AircraftRigidBody |
clone()
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Vector _acceleration
public double _airspeed
public double _airspeedAcceleration
public Vector _angularVelocity
public Vector _attitudeEuler
public Vector _attitudeEulerAcceleration
public Vector _attitudeEulerVelocity
public Quaternion _attitudeQuaternion
public Vector _forces
public Matrix _inertia
public Matrix _inertiaInverse
public double _mass
public Vector _moments
public Vector _position
public Vector _velocity
public Vector _velocityBody
| Constructor Detail |
|---|
public AircraftRigidBody()
| Method Detail |
|---|
public AircraftRigidBody clone()
clone in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||