diff --git a/Utilities/geometry.h b/Utilities/geometry.h index 6e824e981d..822f92bc27 100644 --- a/Utilities/geometry.h +++ b/Utilities/geometry.h @@ -976,62 +976,77 @@ struct color1_base }; //specializations +using positionu = position_base; using positioni = position_base; using positionf = position_base; using positiond = position_base; +using coordu = coord_base; using coordi = coord_base; using coordf = coord_base; using coordd = coord_base; +using areau = area_base; using areai = area_base; using areaf = area_base; using aread = area_base; +using position1u = position1_base; using position1i = position1_base; using position1f = position1_base; using position1d = position1_base; +using position2u = position2_base; using position2i = position2_base; using position2f = position2_base; using position2d = position2_base; +using position3u = position3_base; using position3i = position3_base; using position3f = position3_base; using position3d = position3_base; +using position4u = position4_base; using position4i = position4_base; using position4f = position4_base; using position4d = position4_base; +using size2u = size2_base; using size2i = size2_base; using size2f = size2_base; using size2d = size2_base; +using sizeu = size2u; using sizei = size2i; using sizef = size2f; using sized = size2d; +using size3u = size3_base; using size3i = size3_base; using size3f = size3_base; using size3d = size3_base; +using coord3u = coord3_base; using coord3i = coord3_base; using coord3f = coord3_base; using coord3d = coord3_base; +using color4u = color4_base; using color4i = color4_base; using color4f = color4_base; using color4d = color4_base; +using color3u = color3_base; using color3i = color3_base; using color3f = color3_base; using color3d = color3_base; +using color2u = color2_base; using color2i = color2_base; using color2f = color2_base; using color2d = color2_base; +using color1u = color1_base; using color1i = color1_base; using color1f = color1_base; using color1d = color1_base;