List of all members.
Member Function Documentation
| static double anglePiToPi |
( |
double |
angle | ) |
[static] |
| static double angleZeroToTwo |
( |
double |
angle | ) |
[static] |
| static float [] eulerToRotationMatrix |
( |
double[] |
euler, |
|
|
float[] |
retVal |
|
) |
| [static] |
| static float [] identity3x3 |
( |
float[] |
retVal | ) |
[static] |
| static double [] rotationMatrixToEuler |
( |
final float[] |
rmat, |
|
|
double[] |
retVal |
|
) |
| [static] |
- Parameters:
-
| rmat | 3x3 row major rotation matrix |
| retVal | double array with at least 3 elements. If null, a 3 element array will be allocated for return value |
- Returns:
- retVal
Member Data Documentation
final double DEG2RAD = Math.PI/180.0 [static] |
final double EPSILON = 0.0005 [static] |
final double HALF_PI = Math.PI / 2.0 [static] |
final double RAD2DEG = 180.0/Math.PI [static] |
final double TWO_PI = Math.PI * 2.0 [static] |
The documentation for this class was generated from the following file: