isEmpty method

bool isEmpty()

Implementation

bool isEmpty() {
	return (radius < 0 );
}