﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	revision
126	dim2::BoundingBox improvements	Peter Kovacs	Peter Kovacs	"I made patch files that improves the implementation of {{{dim2::BoundingBox}}} and the related test file.

The current implementation of the empty() function is not correct in all cases. E.g. in the following code it returns {{{false}}}, but the coordinates of the box is ((1,1),(2,0)), so it is empty.
{{{
#!cpp
  dim2::BoundingBox b(1,1,2,2);
  b.top(0);
  std::cout << b.empty();
}}}"	enhancement	closed	major	LEMON 1.0 release	core	hg main	fixed			
