b property

double b
final

The distance between successive turns of the spiral.

This is the b parameter in the equation r=a+bθ.

Implementation

final double b;