18#include "Board/Point.h"
42 Rect(
double leftX = 0.0f,
double topY = 0.0f,
double rectWidth = 0.0f,
double rectHeight = 0.0f )
42 Rect(
double leftX = 0.0f,
double topY = 0.0f,
double rectWidth = 0.0f,
double rectHeight = 0.0f ) {
…}
59Rect
operator||(
const Rect & rectA,
const Rect & rectB );
69Rect
operator&&(
const Rect & rectA,
const Rect & rectB );
82std::ostream & operator<<( std::ostream & out,
const LibBoard::Rect & rect );
Rect operator&&(const Rect &rectA, const Rect &rectB)
Rect operator||(const Rect &rectA, const Rect &rectB)
Struct representing a 2D point.
Struct representing a rectangle on the plane.
Rect(double leftX=0.0f, double topY=0.0f, double rectWidth=0.0f, double rectHeight=0.0f)