Capsule (cylinder with spherical caps) centered at origin aligned along z-axis.
Definition CapsuleMesh.hpp:19
Vertices vertices() const noexcept
Definition CapsuleMesh.hpp:37
CapsuleMesh(double radius=1.0, double size=0.5, int slices=32, int segments=4, int rings=8, double start=0.0, double sweep=radians(360.0))
typename Impl::Vertices Vertices
Definition CapsuleMesh.hpp:36
Triangles triangles() const noexcept
Definition CapsuleMesh.hpp:34
typename Impl::Triangles Triangles
Definition CapsuleMesh.hpp:33
Impl mMergeMesh
Definition CapsuleMesh.hpp:22
Translates the position of each vertex by given amount.
Definition TranslateMesh.hpp:15
Definition AnyGenerator.hpp:12
constexpr size_t hash(const T &v)
Generates a hash for the provided type.
Definition Hash.hpp:25