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;
88 bool intersects(
const self_type& r)
const;
120 #include <claw/rectangle.tpp> 122 #endif // __CLAW_RECTANGLE_HPP__ T value_type
The type of the values we store.
coordinate_2d< value_type > position
value_typeop left coordinates.
Coordinates in a two dimensional 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.
rectangle< value_type > self_type
The type of the current class.
A rectangle represented by two points in a 2D space.
This is the main namespace.