javax.vecmath
public class VecmathTest extends Object
% 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 | |
|---|---|
| static float | epsilon |
| static String | NL |
| Method Summary | |
|---|---|
| static void | ASSERT(boolean condition) |
| static void | ASSERT(boolean condition, String comment) |
| static boolean | equals(double m1, double m2) |
| static boolean | equals(Matrix3d m1, Matrix3d m2) |
| static boolean | equals(Matrix4d m1, Matrix4d m2) |
| static boolean | equals(Tuple4d m1, Tuple4d m2) |
| static boolean | equals(Tuple3d m1, Tuple3d m2) |
| static boolean | equals(Matrix3f m1, Matrix3f m2) |
| static boolean | equals(Matrix4f m1, Matrix4f m2) |
| static boolean | equals(GMatrix m1, GMatrix m2) |
| static boolean | equals(GVector v1, GVector v2) |
| static boolean | equals(Tuple4f m1, Tuple4f m2) |
| static boolean | equals(Tuple3f m1, Tuple3f m2) |
| static boolean | equals(AxisAngle4d a1, AxisAngle4d a2) |
| static boolean | equals(AxisAngle4f a1, AxisAngle4f a2) |
| static void | exit() |
| static void | GMatrixTest() |
| static void | main(String[] v) |
| static void | Matrix3dTest() |
| static void | Matrix3fTest() |
| static void | Matrix4dTest() |
| static void | Matrix4fTest() |
| static void | SVDTest() |
| static void | Vector3dTest() |
| static void | Vector3fTest() |