|
Unravel Engine C++ Reference
|
#include <icosphere_mesh.hpp>
Public Types | |
| using | triangles_t = typename impl_t::triangles_t |
| using | vertices_t = typename impl_t::vertices_t |
Public Member Functions | |
| ico_sphere_mesh_t (double radius=1.0, int segments=4) | |
| triangles_t | triangles () const noexcept |
| vertices_t | vertices () const noexcept |
| using generator::ico_sphere_mesh_t::triangles_t = typename impl_t::triangles_t |
Definition at line 23 of file icosphere_mesh.hpp.
| using generator::ico_sphere_mesh_t::vertices_t = typename impl_t::vertices_t |
Definition at line 30 of file icosphere_mesh.hpp.
| ico_sphere_mesh_t::ico_sphere_mesh_t | ( | double | radius = 1.0, |
| int | segments = 4 ) |
| radius | The radius of the containing sphere. |
| segments | The number of segments per icosahedron edge. Must be >= 1. |
Definition at line 5 of file icosphere_mesh.cpp.
|
inlinenoexcept |
Definition at line 25 of file icosphere_mesh.hpp.
|
inlinenoexcept |
Definition at line 32 of file icosphere_mesh.hpp.