Optionalradius: numberCount of how many rings around the center to include. defaults to 1.
OptionalincludeSelf: booleanShould this include the center pixel? Defaults to false.
A hitbox shaped like this under defaults:
 X
XOX
 X
if radius is 2 it looks like this:
  X
 XXX
XXOXX
 XXX
  X
Makes a vonNeumann neighborhood.
Area is f(x)=r^2+(r+1)^2 assuming
includeSelfis true