some work on util
This commit is contained in:
parent
cf79e67631
commit
b07110840e
9 changed files with 523 additions and 1207 deletions
|
|
@ -6,7 +6,7 @@
|
|||
#define UTIL_GEO_POINT_H_
|
||||
|
||||
namespace util {
|
||||
namespace geon {
|
||||
namespace geo {
|
||||
|
||||
template <typename T>
|
||||
class Point {
|
||||
|
|
@ -34,7 +34,7 @@ class Point {
|
|||
T _x, _y;
|
||||
};
|
||||
|
||||
} // namespace geon
|
||||
} // namespace geo
|
||||
} // namespace util
|
||||
|
||||
#endif // UTIL_GEO_POINT_H_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue