|
Jeospace API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Quaternion | |
| org.jeospace.coordinate | Contains classes that support 3 dimensional coordinate objects used to position and orient. |
| org.jeospace.navigation | Contains classes that implement the navigation capabilities. |
| org.jeospace.ui.swt.widgets | Contains classes for creating SWT based user interfaces which utilize Jeospace objects. |
| Uses of Quaternion in org.jeospace.coordinate |
| Methods in org.jeospace.coordinate with parameters of type Quaternion | |
static void |
OrientationUtil.getOrientation(Quaternion quat,
float[] orientation)
Return the axis angle representation that cooresponds to the argument Quaternion object |
void |
Quaternion.set(Quaternion quat)
Set the value of the quaternion to duplicate the argument |
void |
Quaternion.get(Quaternion quat)
Return the value of the quaternion |
void |
Quaternion.mult(Quaternion quat)
Set the value of this quaternion multiplied by the argument |
double |
Quaternion.dot(Quaternion quat)
Return the value of the dot product of this quaternion and the argument |
double |
Quaternion.angle(Quaternion quat)
Return the angular separation of this quaternion and the argument in units of radians. |
| Constructors in org.jeospace.coordinate with parameters of type Quaternion | |
Quaternion(Quaternion quat)
Construct a quaternion initialized to duplicate the argument |
|
| Uses of Quaternion in org.jeospace.navigation |
| Methods in org.jeospace.navigation with parameters of type Quaternion | |
void |
TrackEarthSatellite.get(Quaternion quaternion)
Return the orientation data in the argument object. |
void |
TrackSolarOrbitalObject.get(Quaternion quaternion)
Return the orientation data in the argument object. |
void |
DefaultOrientation.get(Quaternion q)
Return the orientation data in the argument object. |
void |
QuaternionInterpolator.get(Quaternion quat)
Return the orientation value as a Quaternion |
void |
Orientation.get(Quaternion quaternion)
Return the orientation data in the argument object. |
void |
Globe.get(Cartesian cart,
Quaternion quat)
Calculate the plane of the horizon orientation for the argument cartesian coordinate. |
void |
Horizon.get(Cartesian cart,
Quaternion quat)
Calculate the plane of the horizon orientation for the argument cartesian coordinate. |
| Constructors in org.jeospace.navigation with parameters of type Quaternion | |
QuaternionInterpolator(Quaternion begin,
Quaternion end)
Construct a QuaternionInterpolator |
|
| Uses of Quaternion in org.jeospace.ui.swt.widgets |
| Methods in org.jeospace.ui.swt.widgets with parameters of type Quaternion | |
void |
NavigationControl.get(Quaternion quat)
Return the orientation data in the argument object. |
|
Jeospace API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||