Set integer point type to int32_t.
This commit is contained in:
parent
bcc195c775
commit
784fc07a15
2
image.h
2
image.h
|
@ -59,7 +59,7 @@ struct TPoint {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef TPoint<int64_t> Point;
|
typedef TPoint<int32_t> Point;
|
||||||
typedef TPoint<double> DPoint; // absolute point, can be negative
|
typedef TPoint<double> DPoint; // absolute point, can be negative
|
||||||
template<typename Elem, typename Traits, typename T>
|
template<typename Elem, typename Traits, typename T>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue