Unravel Engine C++ Reference
|
#include <empty_mesh.hpp>
Public Member Functions | |
mesh_vertex_t | generate () const |
bool | done () const noexcept |
void | next () |
Friends | |
class | empty_mesh |
Definition at line 28 of file empty_mesh.hpp.
|
noexcept |
Definition at line 29 of file empty_mesh.cpp.
mesh_vertex_t empty_mesh::vertices_t::generate | ( | ) | const |
Definition at line 24 of file empty_mesh.cpp.
void empty_mesh::vertices_t::next | ( | ) |
Definition at line 34 of file empty_mesh.cpp.
|
friend |
Definition at line 38 of file empty_mesh.hpp.