Uses of Class
oo.FlipNULL

Uses of FlipNULL in oo
 

Fields in oo declared as FlipNULL
static FlipNULL Flip.NULL
          A null flip that does nothing to an orientation.
 

Methods in oo with parameters of type FlipNULL
(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.