Unravel Engine C++ Reference
Loading...
Searching...
No Matches
generator::empty_mesh::triangles_t Class Reference

#include <empty_mesh.hpp>

Public Member Functions

triangle_t generate () const
 
bool done () const noexcept
 
void next ()
 

Friends

class empty_mesh
 

Detailed Description

Definition at line 15 of file empty_mesh.hpp.

Member Function Documentation

◆ done()

bool empty_mesh::triangles_t::done ( ) const
noexcept

Definition at line 12 of file empty_mesh.cpp.

◆ generate()

triangle_t empty_mesh::triangles_t::generate ( ) const

Definition at line 7 of file empty_mesh.cpp.

◆ next()

void empty_mesh::triangles_t::next ( )

Definition at line 17 of file empty_mesh.cpp.

Friends And Related Symbol Documentation

◆ empty_mesh

friend class empty_mesh
friend

Definition at line 25 of file empty_mesh.hpp.


The documentation for this class was generated from the following files: