|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoo.Flip
oo.FlipROLL
class FlipROLL
Package-private singleton class for a roll.
| Field Summary |
|---|
| Fields inherited from class oo.Flip |
|---|
NULL, PITCH, ROLL, YAW |
| Constructor Summary | |
|---|---|
FlipROLL()
Package private constructor for roll. |
|
| 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 |
|---|
FlipROLL()
| Method Detail |
|---|
public java.lang.String toString()
Flipnull,
pitch,
roll, or
yaw).
toString in class FlipFlip composedWith(FlipNULL _other)
Flip
composedWith in class FlipFlip composedWith(FlipPITCH _other)
Flip
composedWith in class FlipFlip.YAW.Flip composedWith(FlipROLL _other)
Flip
composedWith in class FlipFlip.NULL.Flip composedWith(FlipYAW _other)
Flip
composedWith in class FlipFlip.PITCH.public Flip composeWith(Flip _other)
Flip
composeWith in class Flippublic 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 | ||||||||