|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jeospace.navigation.DefaultOrientation
A trivial implementation of an OrientationControl. This object is settable, but makes no changes to the set orientation coordinate.
| Constructor Summary | |
DefaultOrientation()
Default Constructor |
|
| Method Summary | |
void |
enableOrientation(boolean enabled)
Ignored |
void |
get(Attitude attitude)
Return the orientationin the argument object. |
void |
get(Quaternion q)
Return the orientation data in the argument object. |
void |
set(Attitude attitude)
Set the orientation coordinate |
void |
updateOrientation(double timeValue)
Ignored |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultOrientation()
| Method Detail |
public void get(Attitude attitude)
get in interface Orientationattitude - The Attitude coordinate object to initialize with
the current orientation.public void get(Quaternion q)
get in interface Orientationq - The Quaternion coordinate object to initialize with
the current orientation.public void enableOrientation(boolean enabled)
enableOrientation in interface Orientationenabled - true if the object should update it's
orientation data in response to update( ) calls,
false if the object should NOT update it's orientation
data in response to update( ) calls.public void updateOrientation(double timeValue)
updateOrientation in interface OrientationtimeValue - the time value for which to calculate the positionpublic void set(Attitude attitude)
set in interface OrientationControlattitude - The orientation coordinate
|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||