geom/cylinder: add convenience cylinder3f typedef
This commit is contained in:
parent
6389839f4e
commit
4e558ce9a9
@ -30,6 +30,7 @@ namespace util::geom {
|
|||||||
bool includes (util::point<S,T>) const;
|
bool includes (util::point<S,T>) const;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
using cylinder3f = cylinder<3,float>;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user