Add an axis aligned box in the geometry module.

Some naming questions:
- for "extend" we could also think of: "expand", "union", "add"
- same for "clamp": "crop", "intersect"
- same for "contains": "isInside", "intersect"
=> ah "intersect" is conflicting, so that eliminates this one !
This commit is contained in:
Gael Guennebaud
2008-10-26 15:04:31 +00:00
parent ec0a423862
commit 94f6f2a7de
7 changed files with 260 additions and 4 deletions

View File

@@ -35,7 +35,7 @@
* \param _Dim the dimension of the space, can be a compile time value or Dynamic
*
* \note This class is not aimed to be used to store a translation transformation,
* but rather to make easier the constructions and updates of Transformation object.
* but rather to make easier the constructions and updates of Transform objects.
*
* \sa class Scaling, class Transform
*/