translateRelativeToCoordinate method
Translate rect so it is relative to a coordinate
Implementation
Rect translateRelativeToCoordinate(Coordinate point)
{
return translate( point.reverseSign() );
}
Translate rect so it is relative to a coordinate
Rect translateRelativeToCoordinate(Coordinate point)
{
return translate( point.reverseSign() );
}