geom/ellipse: add convenience ellipse3f typedef

This commit is contained in:
Danny Robson 2018-05-01 16:01:43 +10:00
parent a22829e9fc
commit d72485307a

View File

@ -42,6 +42,7 @@ namespace util::geom {
util::vector<S,ValueT> up;
};
using ellipse2f = ellipse<2,float>;
using ellipse3f = ellipse<3,float>;