Package javax.vecmath
Class VecmathTest
java.lang.Object
javax.vecmath.VecmathTest
java.vecmath Test class.
% java java.vecmath.VecmathTestto run this test. If you find any bugs, please add a test method to reproduce the bug, and insert the method call to this main driver.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
ASSERT
(boolean condition) static void
static boolean
equals
(double m1, double m2) static boolean
equals
(AxisAngle4d a1, AxisAngle4d a2) static boolean
equals
(AxisAngle4f a1, AxisAngle4f a2) static boolean
static boolean
static boolean
static boolean
static boolean
static boolean
static boolean
static boolean
static boolean
static boolean
static void
exit()
static void
static void
static void
static void
static void
static void
static void
SVDTest()
static void
static void
-
Field Details
-
NL
-
epsilon
public static float epsilon
-
-
Constructor Details
-
VecmathTest
public VecmathTest()
-
-
Method Details
-
equals
public static boolean equals(double m1, double m2) -
equals
-
equals
-
equals
-
equals
-
equals
-
equals
-
equals
-
equals
-
equals
-
equals
-
equals
-
equals
-
ASSERT
public static void ASSERT(boolean condition) -
ASSERT
-
exit
public static void exit() -
main
-
Vector3dTest
public static void Vector3dTest() -
Vector3fTest
public static void Vector3fTest() -
Matrix3dTest
public static void Matrix3dTest() -
Matrix3fTest
public static void Matrix3fTest() -
Matrix4dTest
public static void Matrix4dTest() -
Matrix4fTest
public static void Matrix4fTest() -
GMatrixTest
public static void GMatrixTest() -
SVDTest
public static void SVDTest()
-