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