Fixed bug in Geometry.hpp
This commit is contained in:
parent
b49e2d9543
commit
af3ad601dc
2 changed files with 5 additions and 5 deletions
|
|
@ -1 +1 @@
|
||||||
1901
|
1902
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ namespace ostd
|
||||||
typedef Point<double> DPoint;
|
typedef Point<double> DPoint;
|
||||||
typedef Point<uint32_t> UIPoint;
|
typedef Point<uint32_t> UIPoint;
|
||||||
typedef Point<uint64_t> UI64Point;
|
typedef Point<uint64_t> UI64Point;
|
||||||
typedef Point<float> UI16Point;
|
typedef Point<uint16_t> UI16Point;
|
||||||
typedef Point<uint8_t> UI8Point;
|
typedef Point<uint8_t> UI8Point;
|
||||||
typedef Point<int32_t> IPoint;
|
typedef Point<int32_t> IPoint;
|
||||||
typedef Point<int64_t> I64Point;
|
typedef Point<int64_t> I64Point;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue