14 #include <cxxtest/TestSuite.h> void testStrongDirectionChange()
test behavior when having large changes in direction
void testMultiCell()
test behavior of multiple cells
void testTutorial()
2nd cell is inactive in the 2nd time step. // Thus it does not pull as hard. Also once the point reac...
void testMaxTracingTime()
test setting max tracing time
void testUniqueTimeSteps()
Test behavior for unique timesteps.
void testInactiveCell()
2nd cell is inactive in the 2nd time step. // Thus it does not pull as hard. Also once the point reac...
void testVectorMultiplier()
test behavior of the vector multiplier
void testStartInactiveCell()
The point starts in an inactive cell, and doesnt move.
void testMaxTracingDistance()
test setting the max tracing distance
void testBeyondTimestep()
test behavior when starting beyond the second time step
Tests functionality of XmGridTrace.
void testBasicTracePoint()
test the basic functionality of trace point
void testDotProduct()
test the angle function
void testStartOutOfCell()
test behavior when starting point is out of the cell
void testMaxChangeVelocity()
Testing what happens when the maximum change in velocity is low / It reaches a point of high accelera...
void testBeforeTimestep()
test the behavior when starting before the first timestep
void testSmallScalarsTracePoint()
test with small scalars to create more points
void testMaxChangeDistance()
Speed is limited to .25. It doesnt reach the edge because it goes below min delta time...