Change Point type to int64_t.
This commit is contained in:
parent
e804d9b5ca
commit
80b004a418
1 changed files with 1 additions and 1 deletions
2
image.h
2
image.h
|
@ -59,7 +59,7 @@ struct TPoint {
|
|||
}
|
||||
};
|
||||
|
||||
typedef TPoint<int> Point;
|
||||
typedef TPoint<int64_t> Point;
|
||||
typedef TPoint<double> DPoint; // absolute point, can be negative
|
||||
template<typename Elem, typename Traits, typename T>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue