5758596061626364656667
// displace box2 body2.setPosition(0, 1.5, 0); // run contact point generation g.run(); // extract contact points result.clear(); Iterator<ContactPoint> i = g.getContacts(); while (i.hasNext()) {
8889909192939495969798
// displace box2 body2.setPosition(0, -1.5, 0); // run contact point generation g.run(); // extract contact points result.clear(); i = g.getContacts(); while (i.hasNext()) {
119120121122123124125126127128129
// displace box2 body2.setPosition(1.5, 0, 0); // run contact point generation g.run(); // extract contact points result.clear(); i = g.getContacts(); while (i.hasNext()) {