Boundary.zero constructor

Boundary.zero()

Boundary initialization with zero size

Implementation

Boundary.zero()
    : width = 0,
      height = 0,
      x = 0,
      y = 0;