Changeset 249:0b0bdf24d00c in lemon-0.x for src/work/athos/xy/xy.h
- Timestamp:
- 03/26/04 15:33:32 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@349
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/athos/xy/xy.h
r244 r249 6 6 7 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 20 /** \brief
Note: See TracChangeset
for help on using the changeset viewer.