- Common ways to obtain Contact
private void myMethod () {Contact c =
IWorldPool argPool;new CircleContact(argPool)
IWorldPool argPool;new PolygonContact(argPool)
IWorldPool argPool;new PolygonAndCircleContact(argPool)
- Smart code suggestions by Codota
}
public float getTangentSpeed () { return contact.getTangentSpeed(); }