Uses of Class
uavsim.datatypes.AttitudeRoll

Packages that use AttitudeRoll
uavsim.datatypes Provides... 
uavsim.graphics.instruments.attitudeindicator Provides... 
uavsim.graphics.instruments.attitudeindicator.test   
uavsim.graphics.instruments.turncoordinator.test   
 

Uses of AttitudeRoll in uavsim.datatypes
 

Fields in uavsim.datatypes declared as AttitudeRoll
(package private)  AttitudeRoll Attitude._roll
          the roll
static AttitudeRoll AttitudeRoll.ROLL_0
          predefined common rolls
static AttitudeRoll AttitudeRoll.ROLL_M10
           
static AttitudeRoll AttitudeRoll.ROLL_M20
           
static AttitudeRoll AttitudeRoll.ROLL_M30
           
static AttitudeRoll AttitudeRoll.ROLL_M45
           
static AttitudeRoll AttitudeRoll.ROLL_M60
           
static AttitudeRoll AttitudeRoll.ROLL_M90
           
static AttitudeRoll AttitudeRoll.ROLL_P10
           
static AttitudeRoll AttitudeRoll.ROLL_P20
           
static AttitudeRoll AttitudeRoll.ROLL_P30
           
static AttitudeRoll AttitudeRoll.ROLL_P45
           
static AttitudeRoll AttitudeRoll.ROLL_P60
           
static AttitudeRoll AttitudeRoll.ROLL_P90
           
 

Methods in uavsim.datatypes that return AttitudeRoll
 AttitudeRoll AttitudeRoll.add_(AttitudeRoll roll)
          Adds another unit to this one.
 AttitudeRoll Attitude.getRoll()
          Gets the roll as a mutable object.
 AttitudeRoll AttitudeRoll.subtract_(AttitudeRoll roll)
          Subtract another unit from this one.
 

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

Constructors in uavsim.datatypes with parameters of type AttitudeRoll
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(AttitudeRoll roll)
          Creates an attitude object as defined for its degrees of freedom.
Attitude(AttitudeRoll roll, AttitudeYaw yaw)
          Creates an attitude object as defined for its degrees of freedom.
 

Uses of AttitudeRoll in uavsim.graphics.instruments.attitudeindicator
 

Methods in uavsim.graphics.instruments.attitudeindicator with parameters of type AttitudeRoll
 AngleMathematical AttitudeIndicator.mapAngle_(AttitudeRoll roll)
          Returns the angle corresponding to the value of a unit.
private  void AttitudeIndicator.renderRollTick(AttitudeRoll roll, Scaler scale)
          Renders the roll ticks on the bezel.
 

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

Fields in uavsim.graphics.instruments.attitudeindicator.test declared as AttitudeRoll
private static AttitudeRoll AttitudeIndicatorTest.ROLL_RATE
          the rate at which the interactive controls change the roll
 

Uses of AttitudeRoll in uavsim.graphics.instruments.turncoordinator.test
 

Fields in uavsim.graphics.instruments.turncoordinator.test declared as AttitudeRoll
private static AttitudeRoll TurnCoordinatorTest.ROLL_RATE
          the rate at which the interactive controls change the roll