Uses of Class
uavsim.datatypes.Attitude

Packages that use Attitude
uavsim.datatypes Provides... 
uavsim.flightdynamicsmodel Provides... 
uavsim.graphics.instruments.attitudeindicator Provides... 
uavsim.graphics.instruments.turncoordinator Provides... 
 

Uses of Attitude in uavsim.datatypes
 

Fields in uavsim.datatypes declared as Attitude
private  Attitude SevenDOFDescriptor._attitude
          the attitude, with yaw normally interpreted as heading.
static Attitude Attitude.NEUTRAL
          zzz
 

Methods in uavsim.datatypes that return Attitude
 Attitude Attitude.add_(Attitude attitude)
          Adds another unit to this one.
 Attitude SevenDOFDescriptor.getAttitude()
          Gets the attitude.
 Attitude Attitude.subtract_(Attitude attitude)
          Subtract another unit from this one.
 

Methods in uavsim.datatypes with parameters of type Attitude
 Attitude Attitude.add_(Attitude attitude)
          Adds another unit to this one.
 int Attitude.compareTo(Attitude attitude)
          always returns 0
 Attitude Attitude.subtract_(Attitude attitude)
          Subtract another unit from this one.
 

Constructors in uavsim.datatypes with parameters of type Attitude
SevenDOFDescriptor(CoordinateWorld3D coordinates, Attitude attitude)
          Creates a 7-DOF descriptor.
SevenDOFDescriptor(CoordinateWorld3D coordinates, Attitude attitude, Course course)
          Creates a 7-DOF descriptor.
SevenDOFDescriptor(CoordinateWorld coordinates, Altitude altitude, Attitude attitude)
          Creates a 6-DOF descriptor.
SevenDOFDescriptor(CoordinateWorld coordinates, Altitude altitude, Attitude attitude, Course course)
          Creates a 7-DOF descriptor.
 

Uses of Attitude in uavsim.flightdynamicsmodel
 

Methods in uavsim.flightdynamicsmodel that return Attitude
 Attitude Vector.convertToAttitude()
          Converts this vector to an attitude.
 

Constructors in uavsim.flightdynamicsmodel with parameters of type Attitude
Vector(Attitude attitude)
          Creates an attitude vector from Euler angles.
 

Uses of Attitude in uavsim.graphics.instruments.attitudeindicator
 

Fields in uavsim.graphics.instruments.attitudeindicator declared as Attitude
private  Attitude AttitudeIndicator._attitude
          the attitude
 

Methods in uavsim.graphics.instruments.attitudeindicator that return Attitude
 Attitude AttitudeIndicator.getAttitude()
          Gets the attitude.
 

Methods in uavsim.graphics.instruments.attitudeindicator with parameters of type Attitude
private  Interval<AngleMathematical> AttitudeIndicator.calculateHorizonInterval(Attitude attitude)
          Calculates the angles where the sky portion of the horizon disk starts and ends based on the pitch and roll.
private  CoordinateCartesianAbsolute AttitudeIndicator.calculatePerspectiveLineIntercept(Attitude attitude, CoordinateCartesianAbsolute midpoint, AngleMathematical perspective)
          Calculates the pixel coordinates where a ground line originating at the horizon midpoint intersects the perimeter of the horizon ring
private  CoordinateCartesianAbsolute AttitudeIndicator.calculatePitchBarMidpoint(Attitude attitude, AttitudePitch pitchOffset)
          Calculates the midpoint of a pitch bar.
private  void AttitudeIndicator.renderBezel(Attitude attitude)
          Renders the sky and ground portions on the bezel.
private  void AttitudeIndicator.renderGroundLine(Attitude attitude, CoordinateCartesianAbsolute midpoint, AngleMathematical perspective, Interval<AngleMathematical> horizon)
          Renders the horizon line or ground perspective line on the ground portion.
private  void AttitudeIndicator.renderGroundLines(Attitude attitude)
          Renders the horizon line and ground perspective lines on the ground portion.
private  void AttitudeIndicator.renderHorizon(Attitude attitude)
          Renders the sky and ground portions of the disk.
private  void AttitudeIndicator.renderPitchBar(Attitude attitude, AttitudePitch pitchOffset, Scaler lineWidthScaler, java.awt.Color color)
          Renders a pitch bar.
private  void AttitudeIndicator.renderPitchBars(Attitude attitude)
          Renders the pitch bars on the horizon.
private  void AttitudeIndicator.renderRollTicks(Attitude attitude)
          Renders the roll ticks on the bezel.
 void AttitudeIndicator.update(Attitude attitude)
          Updates the state of the instrument without rendering it.
 

Uses of Attitude in uavsim.graphics.instruments.turncoordinator
 

Fields in uavsim.graphics.instruments.turncoordinator declared as Attitude
private  Attitude TurnCoordinator._attitude
          the attitude
 

Methods in uavsim.graphics.instruments.turncoordinator that return Attitude
 Attitude TurnCoordinator.getAttitude()
          Gets the attitude.
 

Methods in uavsim.graphics.instruments.turncoordinator with parameters of type Attitude
 void TurnCoordinator.update(Attitude attitude, Course course, Airspeed airspeed)
          Updates the state of the instrument without rendering it.