changeset 1992 | 6e1b62d42d94 |
parent 1956 | a055123339d5 |
child 1993 | 2115143eceea |
5:9c8d502b5aaa | 6:7120d9a00b97 |
---|---|
53 |
53 |
54 public: |
54 public: |
55 |
55 |
56 typedef T Value; |
56 typedef T Value; |
57 |
57 |
58 T x,y; |
58 ///First co-ordinate |
59 T x; |
|
60 ///Second co-ordinate |
|
61 T y; |
|
59 |
62 |
60 ///Default constructor |
63 ///Default constructor |
61 xy() {} |
64 xy() {} |
62 |
65 |
63 ///Constructing the instance from coordinates |
66 ///Constructing the instance from coordinates |