maxTranslation top-level property
The maximum linear velocity of a body. This limit is very large and is used to prevent numerical problems. You shouldn't need to adjust this.
Implementation
double maxTranslation = 2.0;
The maximum linear velocity of a body. This limit is very large and is used to prevent numerical problems. You shouldn't need to adjust this.
double maxTranslation = 2.0;