aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Geometry/Scaling.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2008-10-26 15:04:31 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2008-10-26 15:04:31 +0000
commit94f6f2a7de5c06c331fc491eab39b0c9cc0495b9 (patch)
tree6ff684c95eafcf26480f46b9a3e3f738ea36c8ef /Eigen/src/Geometry/Scaling.h
parentec0a423862d74cea10e2b33f7b37f43957adb465 (diff)
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 !
Diffstat (limited to 'Eigen/src/Geometry/Scaling.h')
-rw-r--r--Eigen/src/Geometry/Scaling.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/Geometry/Scaling.h b/Eigen/src/Geometry/Scaling.h
index 8e98bd58a..54b01d8a0 100644
--- a/Eigen/src/Geometry/Scaling.h
+++ b/Eigen/src/Geometry/Scaling.h
@@ -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 scaling 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 Translation, class Transform
*/