Uses of Class
uavsim.datatypes.ArcMathematical

Packages that use ArcMathematical
uavsim.datatypes Provides... 
uavsim.graphics.controls.knobs Provides... 
uavsim.graphics.instruments Provides... 
 

Uses of ArcMathematical in uavsim.datatypes
 

Methods in uavsim.datatypes that return ArcMathematical
 ArcMathematical Interval.convertToArcMathematical()
          Converts this interval to a arc defined by mathematical angles.
 ArcMathematical ArcNavigational.convertToArcMathematical()
          Converts the arc to use mathematical angles.
 ArcMathematical ArcMathematical.getReverse()
          Swaps the start and end angles.
 

Methods in uavsim.datatypes with parameters of type ArcMathematical
 boolean Circle.isContained(CoordinateCartesianAbsolute point, ArcMathematical arc, boolean isInclusive)
          Determines whether a point is contained within a sector of the circle.
 

Uses of ArcMathematical in uavsim.graphics.controls.knobs
 

Fields in uavsim.graphics.controls.knobs declared as ArcMathematical
private static ArcMathematical A_Knob.ARC_DECREASE
          the left segment of the knob which decreases the knob value when clicked
private static ArcMathematical A_Knob.ARC_INCREASE
          the right segment of the knob which increases the knob value when clicked
 

Methods in uavsim.graphics.controls.knobs with parameters of type ArcMathematical
protected  boolean A_Knob.isCoordinateHit(CoordinateCartesianAbsolute point, ArcMathematical arc)
          Determines whether a point is on a segment of the knob.
 

Uses of ArcMathematical in uavsim.graphics.instruments
 

Fields in uavsim.graphics.instruments declared as ArcMathematical
private  ArcMathematical CircularFaceplateDescriptor._arc
          the arc over which the instrument represents a value of the given unit
 

Methods in uavsim.graphics.instruments that return ArcMathematical
 ArcMathematical CircularFaceplateDescriptor.getArc()
          Gets the arc over which the instrument represents a value of the given unit.