|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object oo.Flip oo.FlipPITCH
class FlipPITCH
Package-private singleton class for a pitch.
Field Summary |
---|
Fields inherited from class oo.Flip |
---|
NULL, PITCH, ROLL, YAW |
Constructor Summary | |
---|---|
FlipPITCH()
Package private constructor for pitch. |
Method Summary | |
---|---|
(package private) Flip |
composedWith(FlipNULL _other)
Package-private method composing this flip with a null flip. |
(package private) Flip |
composedWith(FlipPITCH _other)
Package-private method composing this flip with a FlipPITCH. |
(package private) Flip |
composedWith(FlipROLL _other)
Package-private method composing this flip with a FlipROLL. |
(package private) Flip |
composedWith(FlipYAW _other)
Package-private method composing this flip with a FlipYAW. |
Flip |
composeWith(Flip _other)
Composes this flip with _other, resulting in a flip. |
Orientation |
flip(Orientation _initial)
Applies this flip to an orientation, producing an orientation. |
java.lang.String |
toString()
The flip's name ( null, pitch, roll, or yaw). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
FlipPITCH()
Method Detail |
---|
public java.lang.String toString()
Flip
null,
pitch,
roll, or
yaw).
toString
in class Flip
Flip composedWith(FlipNULL _other)
Flip
composedWith
in class Flip
Flip composedWith(FlipPITCH _other)
Flip
composedWith
in class Flip
Flip.NULL
.Flip composedWith(FlipROLL _other)
Flip
composedWith
in class Flip
Flip.YAW
.Flip composedWith(FlipYAW _other)
Flip
composedWith
in class Flip
Flip.ROLL
.public Flip composeWith(Flip _other)
Flip
composeWith
in class Flip
public Orientation flip(Orientation _initial)
Flip
flip
in class Flip
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |