Changeset 458:2df1fee6c866 in lemon-0.x for src/include/xy.h
- Timestamp:
- 04/28/04 14:58:58 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@606
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/include/xy.h
r432 r458 15 15 /// The class \ref hugo::BoundingBox "BoundingBox" can be used to determine 16 16 /// the rectangular bounding box a set of \ref hugo::xy "xy"'s. 17 /// 18 ///\author Attila Bernath 17 19 18 20 … … 22 24 /// @{ 23 25 24 /** \brief 25 2 dimensional vector (plainvector) implementation 26 27 */ 26 /// A two dimensional vector (plainvector) implementation 27 28 /// A two dimensional vector (plainvector) implementation 29 ///with the usual vector 30 /// operators. 31 /// 32 ///\author Attila Bernath 28 33 template<typename T> 29 34 class xy { … … 134 139 135 140 136 /** \brief 137 Implementation of a bounding box of plainvectors. 138 139 */ 141 /// A class to calculate or store the bounding box of plainvectors. 142 143 /// A class to calculate or store the bounding box of plainvectors. 144 /// 145 ///\author Attila Bernath 140 146 template<typename T> 141 147 class BoundingBox {
Note: See TracChangeset
for help on using the changeset viewer.