Uses of Class
oo.Flip

Uses of Flip in oo
 

Subclasses of Flip in oo
(package private)  class FlipNULL
          Package-private singleton class for the null flip that has no effect when applied to an orientation.
(package private)  class FlipPITCH
          Package-private singleton class for a pitch.
(package private)  class FlipROLL
          Package-private singleton class for a roll.
(package private)  class FlipYAW
          Package-private singleton class for a yaw.
 

Methods in oo that return Flip
(package private)  Flip FlipYAW.composedWith(FlipNULL _other)
           
(package private)  Flip FlipROLL.composedWith(FlipNULL _other)
           
(package private)  Flip FlipPITCH.composedWith(FlipNULL _other)
           
(package private)  Flip FlipNULL.composedWith(FlipNULL _other)
           
(package private) abstract  Flip Flip.composedWith(FlipNULL _other)
          Package-private method composing this flip with a null flip.
(package private)  Flip FlipYAW.composedWith(FlipPITCH _other)
           
(package private)  Flip FlipROLL.composedWith(FlipPITCH _other)
           
(package private)  Flip FlipPITCH.composedWith(FlipPITCH _other)
           
(package private)  Flip FlipNULL.composedWith(FlipPITCH _other)
           
(package private) abstract  Flip Flip.composedWith(FlipPITCH _other)
          Package-private method composing this flip with a FlipPITCH.
(package private)  Flip FlipYAW.composedWith(FlipROLL _other)
           
(package private)  Flip FlipROLL.composedWith(FlipROLL _other)
           
(package private)  Flip FlipPITCH.composedWith(FlipROLL _other)
           
(package private)  Flip FlipNULL.composedWith(FlipROLL _other)
           
(package private) abstract  Flip Flip.composedWith(FlipROLL _other)
          Package-private method composing this flip with a FlipROLL.
(package private)  Flip FlipYAW.composedWith(FlipYAW _other)
           
(package private)  Flip FlipROLL.composedWith(FlipYAW _other)
           
(package private)  Flip FlipPITCH.composedWith(FlipYAW _other)
           
(package private)  Flip FlipNULL.composedWith(FlipYAW _other)
           
(package private) abstract  Flip Flip.composedWith(FlipYAW _other)
          Package-private method composing this flip with a FlipYAW.
 Flip FlipYAW.composeWith(Flip _other)
           
 Flip FlipROLL.composeWith(Flip _other)
           
 Flip FlipPITCH.composeWith(Flip _other)
           
 Flip FlipNULL.composeWith(Flip _other)
           
abstract  Flip Flip.composeWith(Flip _other)
          Composes this flip with _other, resulting in a flip. 
 

Methods in oo with parameters of type Flip
 Flip FlipYAW.composeWith(Flip _other)
           
 Flip FlipROLL.composeWith(Flip _other)
           
 Flip FlipPITCH.composeWith(Flip _other)
           
 Flip FlipNULL.composeWith(Flip _other)
           
abstract  Flip Flip.composeWith(Flip _other)
          Composes this flip with _other, resulting in a flip.