RegionIsEmpty
assert(RegionIsEmpty(&tempRegion1));
assert(RegionIsEmpty(&tempRegion1));
if (!RegionIsEmpty(testRegion)) {
if (!RegionIsEmpty(testRegion)) {
assert(!RegionIsEmpty(&tempRegion2));
assert(RegionIsEmpty(&tempRegion3));
assert(!RegionIsEmpty(&tempRegion3));
assert(!RegionIsEmpty(&tempRegion1));
assert(RegionIsEmpty(&tempRegion1));
bool resultRegionEmpty = RegionIsEmpty(resultRegion);
bool testRegionAEmpty = RegionIsEmpty(testRegionA);
bool testRegionBEmpty = RegionIsEmpty(testRegionB);
assert(RegionIsEmpty(&tempRegion));
bool resultRegionEmpty = RegionIsEmpty(resultRegion);
bool testRegionAEmpty = RegionIsEmpty(testRegionA);
bool testRegionBEmpty = RegionIsEmpty(testRegionB);
bool resultRegionEmpty = RegionIsEmpty(resultRegion);
bool testRegionAEmpty = RegionIsEmpty(testRegionA);
bool testRegionBEmpty = RegionIsEmpty(testRegionB);
if (RegionIsEmpty(testRegion)) {
assert(RegionIsEmpty(&tempRegion2));
assert(!RegionIsEmpty(&tempRegion2));
if (RegionIsEmpty(testRegion)) {
if (RegionIsEmpty(testRegion)) {
assert(!RegionIsEmpty(theRegion));
assert(RegionIsEmpty(theRegion));
if (RegionIsEmpty(&tempRegion)) {
if (RegionIsEmpty(&tempRegion)) {
assert(RegionIsEmpty(regionA));
assert(RegionIsEmpty(regionB));
bool RegionIsEmpty(BRegion *);