typename Impl::Vertices Vertices
Definition AxisSwapMesh.hpp:72
Triangles triangles() const noexcept
Definition AxisSwapMesh.hpp:70
Vertices vertices() const noexcept
Definition AxisSwapMesh.hpp:73
Cylinder centered at origin aligned along the z-axis.
Definition CylinderMesh.hpp:19
CylinderMesh(double radius=1.0, double size=1.0, int slices=32, int segments=8, double start=0.0, double sweep=radians(360.0))
Impl mAxisSwapMesh
Definition CylinderMesh.hpp:22
Vertices vertices() const noexcept
Definition CylinderMesh.hpp:37
Triangles triangles() const noexcept
Definition CylinderMesh.hpp:34
typename Impl::Triangles Triangles
Definition CylinderMesh.hpp:33
typename Impl::Vertices Vertices
Definition CylinderMesh.hpp:36
Definition AnyGenerator.hpp:12
constexpr size_t hash(const T &v)
Generates a hash for the provided type.
Definition Hash.hpp:25