ContactDetectionIntersectionOfWallsSelfTest.cpp File Reference

Classes

class  ContactDetectionIntersectionOfWallsTest
 Tests the contact detection between particles and IntersectionOfWalls. \detail In particular, distinguishing face, edge and vertex contacts is tricky. The most difficult case is when a face is less or equal in size to a particle, so this is tested here. More...
 

Functions

int main (int argc, char *argv[])
 

Function Documentation

◆ main()

int main ( int argc  ,
char argv[] 
)
121 {
123  return 0;
124 }
Tests the contact detection between particles and IntersectionOfWalls. \detail In particular,...
Definition: ContactDetectionIntersectionOfWallsSelfTest.cpp:36
void test()
Definition: ContactDetectionIntersectionOfWallsSelfTest.cpp:112

References ContactDetectionIntersectionOfWallsTest::test().