geom/cylinder: add convenience cylinder3f typedef

This commit is contained in:
Danny Robson 2018-04-11 15:10:16 +10:00
parent 6389839f4e
commit 4e558ce9a9

View File

@ -30,6 +30,7 @@ namespace util::geom {
bool includes (util::point<S,T>) const;
};
using cylinder3f = cylinder<3,float>;
}
#endif