Unravel Engine C++ Reference
Loading...
Searching...
No Matches
icosphere_mesh.cpp
Go to the documentation of this file.
1#include "icosphere_mesh.hpp"
2
3using namespace generator;
4
5ico_sphere_mesh_t::ico_sphere_mesh_t(double radius, int segments) : spherify_mesh_{{1.0, segments}, radius, 1.0}
6{
7}
ico_sphere_mesh_t(double radius=1.0, int segments=4)
const segment_list * segments