Uses of Class
uavsim.datatypes.AttitudePitch

Packages that use AttitudePitch
uavsim.computers Provides... 
uavsim.datatypes Provides... 
uavsim.graphics.instruments.attitudeindicator Provides... 
uavsim.graphics.instruments.attitudeindicator.test   
uavsim.graphics.instruments.vorlocalizerglideslope Provides... 
uavsim.graphics.instruments.vorlocalizerglideslope.test   
 

Uses of AttitudePitch in uavsim.computers
 

Methods in uavsim.computers that return AttitudePitch
 AttitudePitch ILSComputer.calculateGlideslopeCorrectionAngle(ILSAssembly ilsAssembly, SevenDOFDescriptor sevenDOFDescriptor)
          Calculates the glideslope correction angle.
 

Uses of AttitudePitch in uavsim.datatypes
 

Fields in uavsim.datatypes declared as AttitudePitch
(package private)  AttitudePitch Attitude._pitch
          the pitch
static AttitudePitch AttitudePitch.PITCH_0
          predefined common pitches
static AttitudePitch AttitudePitch.PITCH_M10
           
static AttitudePitch AttitudePitch.PITCH_M20
           
static AttitudePitch AttitudePitch.PITCH_M30
           
static AttitudePitch AttitudePitch.PITCH_P10
           
static AttitudePitch AttitudePitch.PITCH_P20
           
static AttitudePitch AttitudePitch.PITCH_P30
           
 

Methods in uavsim.datatypes that return AttitudePitch
 AttitudePitch AttitudePitch.add_(AttitudePitch pitch)
          Adds another unit to this one.
 AttitudePitch AngleMathematical.convertToPitch()
          Converts this angle zzz +-90
 AttitudePitch Attitude.getPitch()
          Gets the pitch as a mutable object.
 AttitudePitch AttitudePitch.subtract_(AttitudePitch pitch)
          Subtract another unit from this one.
 

Methods in uavsim.datatypes with parameters of type AttitudePitch
 AttitudePitch AttitudePitch.add_(AttitudePitch pitch)
          Adds another unit to this one.
 AttitudePitch AttitudePitch.subtract_(AttitudePitch pitch)
          Subtract another unit from this one.
 

Constructors in uavsim.datatypes with parameters of type AttitudePitch
Attitude(AttitudePitch pitch)
          Creates an attitude object as defined for its degrees of freedom.
Attitude(AttitudePitch pitch, AttitudeRoll roll)
          Creates an attitude object as defined for its degrees of freedom.
Attitude(AttitudePitch pitch, AttitudeRoll roll, AttitudeYaw yaw)
          Creates an attitude object as defined for its degrees of freedom.
Attitude(AttitudePitch pitch, AttitudeYaw yaw)
          Creates an attitude object as defined for its degrees of freedom.
 

Uses of AttitudePitch in uavsim.graphics.instruments.attitudeindicator
 

Methods in uavsim.graphics.instruments.attitudeindicator with parameters of type AttitudePitch
private  CoordinateCartesianAbsolute AttitudeIndicator.calculatePitchBarMidpoint(Attitude attitude, AttitudePitch pitchOffset)
          Calculates the midpoint of a pitch bar.
private  void AttitudeIndicator.renderPitchBar(Attitude attitude, AttitudePitch pitchOffset, Scaler lineWidthScaler, java.awt.Color color)
          Renders a pitch bar.
 

Uses of AttitudePitch in uavsim.graphics.instruments.attitudeindicator.test
 

Fields in uavsim.graphics.instruments.attitudeindicator.test declared as AttitudePitch
private static AttitudePitch AttitudeIndicatorTest.PITCH_RATE
          the rate at which the interactive controls change the pitch
 

Uses of AttitudePitch in uavsim.graphics.instruments.vorlocalizerglideslope
 

Fields in uavsim.graphics.instruments.vorlocalizerglideslope declared as AttitudePitch
private  AttitudePitch VORLocalizerGlideslope._glideslopeCorrectionAngle
          the correction angle to get the glideslope on course
private static AttitudePitch VORLocalizerGlideslope.GLIDESLOPE_DRIFT
          the amount of random needle drift
 

Fields in uavsim.graphics.instruments.vorlocalizerglideslope with type parameters of type AttitudePitch
private static Interval<AttitudePitch> VORLocalizerGlideslope.GLIDESLOPE_DEVIATION
          the interval defining the glideslipe ticks
 

Methods in uavsim.graphics.instruments.vorlocalizerglideslope that return AttitudePitch
private  AttitudePitch VORLocalizerGlideslope.drift(AttitudePitch correctionAngle)
          Perturbs a correction angle by a random drift.
 AttitudePitch VORLocalizerGlideslope.getGlideslopeCorrectionAngle()
          Gets the correction angle to get the glideslope on course.
 

Methods in uavsim.graphics.instruments.vorlocalizerglideslope with parameters of type AttitudePitch
private  CoordinateCartesianAbsolute VORLocalizerGlideslope.calculateGlideslopeCoordinate(AttitudePitch angle)
          Calculate the end of the glideslope needle based on its correction angle from center.
private  AttitudePitch VORLocalizerGlideslope.drift(AttitudePitch correctionAngle)
          Perturbs a correction angle by a random drift.
 void VORLocalizerGlideslope.update(AttitudeYaw correctionAngleLocalizer, AttitudePitch correctionAngleGlideslope)
          Updates the state of the instrument without rendering it.
 

Uses of AttitudePitch in uavsim.graphics.instruments.vorlocalizerglideslope.test
 

Fields in uavsim.graphics.instruments.vorlocalizerglideslope.test declared as AttitudePitch
private static AttitudePitch VORLocalizerGlideslopeTest.GLIDESLOPE_DEVIATION
          the rate at which the interactive controls change the glideslope