Boundary.zero constructor
Boundary.zero()
Boundary initialization with zero size
Implementation
Boundary.zero()
: width = 0,
height = 0,
x = 0,
y = 0;
Boundary initialization with zero size
Boundary.zero()
: width = 0,
height = 0,
x = 0,
y = 0;