hmi.testutil.math
Class Vec3fTestUtil

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

public class Vec3fTestUtil
extends Object


Constructor Summary
Vec3fTestUtil()
           
 
Method Summary
static void assertVec3fEquals(float[] expected, float[] actual, float epsilon)
           
static void assertVec3fEquals(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

Vec3fTestUtil

public Vec3fTestUtil()
Method Detail

assertVec3fEquals

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

assertVec3fEquals

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