Unravel Engine C++ Reference
|
Projects vertices on a sphere centered at origin. More...
#include <spherify_mesh.hpp>
Public Types | |
using | triangles_t = typename impl_t::triangles_t |
using | vertices_t = typename impl_t::vertices_t |
Public Member Functions | |
spherify_mesh_t (mesh_t mesh, double radius, double factor) | |
triangles_t | triangles () const noexcept |
vertices_t | vertices () const noexcept |
Projects vertices on a sphere centered at origin.
Definition at line 11 of file spherify_mesh.hpp.
using generator::spherify_mesh_t< mesh_t >::triangles_t = typename impl_t::triangles_t |
Definition at line 30 of file spherify_mesh.hpp.
using generator::spherify_mesh_t< mesh_t >::vertices_t = typename impl_t::vertices_t |
Definition at line 37 of file spherify_mesh.hpp.
|
inline |
Definition at line 18 of file spherify_mesh.hpp.
|
inlinenoexcept |
Definition at line 32 of file spherify_mesh.hpp.
|
inlinenoexcept |
Definition at line 39 of file spherify_mesh.hpp.