1.1 --- a/src/work/athos/xy/xy.h Fri Mar 26 14:05:01 2004 +0000
1.2 +++ b/src/work/athos/xy/xy.h Fri Mar 26 14:33:32 2004 +0000
1.3 @@ -6,6 +6,17 @@
1.4
1.5 namespace hugo {
1.6
1.7 +///\file
1.8 +///\brief A simple two dimensional vector and a bounding box implementation
1.9 +///
1.10 +/// The class \ref hugo::xy "xy" implements
1.11 +///a two dimensional vector with the usual
1.12 +/// operations.
1.13 +///
1.14 +/// The class \ref hugo::BoundingBox "BoundingBox" can be used to determine
1.15 +/// the rectangular bounding box a set of \ref hugo::xy "xy"'s.
1.16 +
1.17 +
1.18 /** \brief
1.19 2 dimensional vector (plainvector) implementation
1.20