Changeset 1999:2ff283124dfc in lemon-0.x for lemon/xy.h
- Timestamp:
- 03/06/06 11:28:37 (15 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2609
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/xy.h
r1993 r1999 151 151 152 152 }; 153 154 ///Returns an xy 155 156 ///Returns an xy 157 ///\relates xy 158 template <typename T> 159 inline xy<T> make_xy(const T& x, const T& y) { 160 return xy<T>(x, y); 161 } 153 162 154 163 ///Returns a vector multiplied by a scalar
Note: See TracChangeset
for help on using the changeset viewer.