diff --git a/point.hpp b/point.hpp index 5f437fa4..c6e6e165 100644 --- a/point.hpp +++ b/point.hpp @@ -69,6 +69,9 @@ namespace util { template using point3 = point<3,T>; template using point4 = point<4,T>; + template using pointi = point; + template using pointf = point; + typedef point1 point1f; typedef point2 point2f; typedef point3 point3f;