hitboxExtent property

double hitboxExtent
final

Half the width of the hitboxes.

The hitboxes are laid out along the lines of the rectangle. Their width is equal to 2 * hitboxExtent and length equal to length + (2 * hitboxExtent).

Implementation

final double hitboxExtent;