maxRotation top-level property
The maximum angular 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 maxRotation = 0.5 * pi;
The maximum angular velocity of a body. This limit is very large and is used to prevent numerical problems. You shouldn't need to adjust this.
double maxRotation = 0.5 * pi;