hmi.testutil.math
Class Quat4fTestUtil

java.lang.Object
  extended by hmi.testutil.math.Quat4fTestUtil

public class Quat4fTestUtil
extends Object


Constructor Summary
Quat4fTestUtil()
           
 
Method Summary
static void assertQuat4fEquals(float[] expected, float[] actual, float epsilon)
           
static void assertQuat4fEquals(float es, float ex, float ey, float ez, float[] actual, float epsilon)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Quat4fTestUtil

public Quat4fTestUtil()
Method Detail

assertQuat4fEquals

public static void assertQuat4fEquals(float es,
                                      float ex,
                                      float ey,
                                      float ez,
                                      float[] actual,
                                      float epsilon)

assertQuat4fEquals

public static void assertQuat4fEquals(float[] expected,
                                      float[] actual,
                                      float epsilon)