Claw  1.7.3
Classes | Namespaces | Constant Groups
box_2d.hpp File Reference

A rectangle represented by two points in a 2D space. More...

#include <claw/coordinate_2d.hpp>
#include <claw/impl/box_2d.tpp>

Go to the source code of this file.

Classes

class  claw::math::rectangle< T >
 A class representing a rectangle by his x,y coordinates, width and height. More...
 
class  claw::math::box_2d< T >
 A rectangle represented by two points in a 2D space. More...
 

Namespaces

 claw
 This is the main namespace.
 
 claw::math
 Manipulation of mathematic, geometric, etc. items.
 

Constant Groups

 claw
 This is the main namespace.
 
 claw::math
 Manipulation of mathematic, geometric, etc. items.
 

Detailed Description

A rectangle represented by two points in a 2D space.

Author
Julien Jorge

Definition in file box_2d.hpp.