src/work/athos/xy/xy.h
changeset 382 f177fc597abd
parent 244 0e02be2ca43c
child 431 79a5641f2dbc
equal deleted inserted replaced
5:d4155bc41fb0 6:d9db0f1762a7
     3 #define HUGO_XY_H
     3 #define HUGO_XY_H
     4 
     4 
     5 #include <iostream>
     5 #include <iostream>
     6 
     6 
     7 namespace hugo {
     7 namespace hugo {
       
     8 
       
     9 ///\file
       
    10 ///\brief A simple two dimensional vector and a bounding box implementation 
       
    11 ///
       
    12 /// The class \ref hugo::xy "xy" implements
       
    13 ///a two dimensional vector with the usual
       
    14 /// operations.
       
    15 ///
       
    16 /// The class \ref hugo::BoundingBox "BoundingBox" can be used to determine
       
    17 /// the rectangular bounding box a set of \ref hugo::xy "xy"'s.
       
    18 
     8 
    19 
     9 /** \brief
    20 /** \brief
    10 2 dimensional vector (plainvector) implementation
    21 2 dimensional vector (plainvector) implementation
    11 
    22 
    12 */
    23 */