|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jeospace.coordinate.OrientationUtil
An abstract class containing utility routines for generating VRML/X3D browser compatible axis angle representations of rotations/orientations for application specific conditions.
Attitude,
Cartesian,
Quaternion| Constructor Summary | |
OrientationUtil()
|
|
| Method Summary | |
static void |
getOrientation(Attitude attitude,
float[] orientation)
Return the axis angle representation that cooresponds to the argument Attitude object |
static void |
getOrientation(Quaternion quat,
float[] orientation)
Return the axis angle representation that cooresponds to the argument Quaternion object |
static void |
getPlaneOfTheHorizonOrientation(Cartesian c,
float[] orientation)
Return the orientation of the plane of the horizon (based on the DefaultConvention)
for the argument Cartesian coordinate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public OrientationUtil()
| Method Detail |
public static void getPlaneOfTheHorizonOrientation(Cartesian c,
float[] orientation)
DefaultConvention)
for the argument Cartesian coordinate
c - the Cartesian coordinate at which to calculate the orientation
of the plane of the horizonorientation - the float array to initialize with the axis angle
orientation
public static void getOrientation(Attitude attitude,
float[] orientation)
Attitude object
attitude - the Attitude object to convertorientation - the float array to initialize with the
axis angle orientation
public static void getOrientation(Quaternion quat,
float[] orientation)
Quaternion object
quat - the Quaternion object to convertorientation - the float array to initialize with the
axis angle orientation
|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||