getRight method

double getRight()

Returns right computeed value.

Implementation

double getRight()
{
  return left + width;
}