Package javax.vecmath

Class VecmathTest


  • public class VecmathTest
    extends java.lang.Object
    java.vecmath Test class.
       % java java.vecmath.VecmathTest
     
    to 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 Detail

      • NL

        public static java.lang.String NL
      • epsilon

        public static float epsilon
    • Constructor Detail

      • VecmathTest

        public VecmathTest()
    • Method Detail

      • equals

        public static boolean equals​(double m1,
                                     double m2)
      • ASSERT

        public static void ASSERT​(boolean condition)
      • ASSERT

        public static void ASSERT​(boolean condition,
                                  java.lang.String comment)
      • exit

        public static void exit()
      • main

        public static void main​(java.lang.String[] v)
      • 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()