|
Unravel Engine C++ Reference
|
#include <icosahedron_mesh.hpp>
Classes | |
| class | triangles_t |
| class | vertices_t |
Public Member Functions | |
| icosahedron_mesh_t (double radius=1.0, int segments=1) | |
| triangles_t | triangles () const noexcept |
| vertices_t | vertices () const noexcept |
Regular icosahedron centered at origin with given radius.
Definition at line 17 of file icosahedron_mesh.hpp.
| icosahedron_mesh_t::icosahedron_mesh_t | ( | double | radius = 1.0, |
| int | segments = 1 ) |
| radius | The radius of the enclosing sphere. |
| segments | The number segments along each edge. Must be >= 1. |
Definition at line 147 of file icosahedron_mesh.cpp.
|
noexcept |
Definition at line 154 of file icosahedron_mesh.cpp.
|
noexcept |
Definition at line 159 of file icosahedron_mesh.cpp.