public class TerrainCollisionTest extends BaseAWTTest
| Constructor and Description | 
|---|
TerrainCollisionTest()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
initQuad()  | 
void | 
testMultiCollision()  | 
void | 
testNoCollision()
Due to a previous bug, when no collision should happen, the CollisionResults struct was still populated, leading
 to an incoherency of data and ghost collisions when passing a non-empty CR. 
 | 
void | 
testPerpendicularCollision()  | 
void | 
testPreventRegression()  | 
getAssetManagerpublic void initQuad()
public void testNoCollision()
public void testPerpendicularCollision()
public void testMultiCollision()
public void testPreventRegression()