voxelTerrain
Main Page
Classes
Files
Examples
File List
All
Classes
Functions
Variables
Typedefs
Enumerations
Pages
modules
math
source
blub
math
rectangle.hpp
1
#ifndef RECTANGLE_HPP
2
#define RECTANGLE_HPP
3
4
#include "vector2.hpp"
5
6
namespace
blub
7
{
8
9
class
rectangle
10
{
11
public
:
12
vector2
topLeft, rightBottom;
13
14
rectangle
(
void
);
15
rectangle
(
const
vector2
&topLeft_,
const
vector2
&rightBottom_);
16
17
void
merge(
const
rectangle
&other);
18
void
merge(
const
vector2
&other);
19
};
20
21
}
22
23
#endif // RECTANGLE_HPP
blub::vector2
Definition:
vector2.hpp:20
blub
Definition:
deadlineTimer.hpp:10
blub::rectangle
Definition:
rectangle.hpp:9
Generated on Sat Jan 31 2015 13:35:22 for voxelTerrain by
1.8.8