geom/ellipse: add convenience ellipse3f typedef
This commit is contained in:
parent
a22829e9fc
commit
d72485307a
@ -42,6 +42,7 @@ namespace util::geom {
|
||||
util::vector<S,ValueT> up;
|
||||
};
|
||||
|
||||
using ellipse2f = ellipse<2,float>;
|
||||
using ellipse3f = ellipse<3,float>;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user