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 sphere of the given radius centered around the origin.
Definition SphereMesh.hpp:20
SphereMesh(double radius=1.0, int slices=32, int segments=16, double sliceStart=0.0, double sliceSweep=radians(360.0), double segmentStart=0.0, double segmentSweep=radians(180.0))
typename Impl::Vertices Vertices
Definition SphereMesh.hpp:40
typename Impl::Triangles Triangles
Definition SphereMesh.hpp:36
Impl mAxisSwapMesh
Definition SphereMesh.hpp:23
Vertices vertices() const noexcept
Definition SphereMesh.hpp:42
Triangles triangles() const noexcept
Definition SphereMesh.hpp:38
Definition AnyGenerator.hpp:12
constexpr size_t hash(const T &v)
Generates a hash for the provided type.
Definition Hash.hpp:25