Unravel Engine C++ Reference
|
#include <triangle_mesh.hpp>
Public Member Functions | |
bool | done () const noexcept |
mesh_vertex_t | generate () const |
void | next () |
Friends | |
class | triangle_mesh_t |
Definition at line 35 of file triangle_mesh.hpp.
|
noexcept |
Definition at line 60 of file triangle_mesh.cpp.
mesh_vertex_t triangle_mesh_t::vertices_t::generate | ( | ) | const |
Definition at line 65 of file triangle_mesh.cpp.
void triangle_mesh_t::vertices_t::next | ( | ) |
Definition at line 95 of file triangle_mesh.cpp.
|
friend |
Definition at line 49 of file triangle_mesh.hpp.