Icosphere aka spherical subdivided icosahedron.
Definition IcoSphereMesh.hpp:17
Triangles triangles() const noexcept
Definition IcoSphereMesh.hpp:28
Impl mSpherifyMesh
Definition IcoSphereMesh.hpp:20
typename Impl::Vertices Vertices
Definition IcoSphereMesh.hpp:30
typename Impl::Triangles Triangles
Definition IcoSphereMesh.hpp:27
IcoSphereMesh(double radius=1.0, int segments=4)
Vertices vertices() const noexcept
Definition IcoSphereMesh.hpp:31
Vertices vertices() const noexcept
Definition SpherifyMesh.hpp:33
typename Impl::Triangles Triangles
Definition SpherifyMesh.hpp:27
Triangles triangles() const noexcept
Definition SpherifyMesh.hpp:29
typename Impl::Vertices Vertices
Definition SpherifyMesh.hpp:31
Definition AnyGenerator.hpp:12
constexpr size_t hash(const T &v)
Generates a hash for the provided type.
Definition Hash.hpp:25