31#ifndef __CLAW_RECTANGLE_HPP__
32#define __CLAW_RECTANGLE_HPP__
82 bool operator==(
const self_type& that )
const;
83 bool operator!=(
const self_type& that )
const;
87 bool includes(
const self_type& r )
const;
88 bool intersects(
const self_type& r )
const;
120#include <claw/impl/rectangle.tpp>
A rectangle represented by two points in a 2D space.
A rectangle represented by two points in a 2D space.
Coordinates in a two dimensional space.
A class representing a rectangle by his x,y coordinates, width and height.
coordinate_2d< value_type > position
value_typeop left coordinates.
rectangle< value_type > self_type
The type of the current class.
T value_type
The type of the values we store.
Coordinates in a two dimensional space.
This is the main namespace.