Unravel Engine C++ Reference
Loading...
Searching...
No Matches
generator::triangle_mesh_t::vertices_t Class Reference

#include <triangle_mesh.hpp>

Public Member Functions

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

Friends

class triangle_mesh_t
 

Detailed Description

Definition at line 35 of file triangle_mesh.hpp.

Member Function Documentation

◆ done()

bool triangle_mesh_t::vertices_t::done ( ) const
noexcept

Definition at line 60 of file triangle_mesh.cpp.

◆ generate()

mesh_vertex_t triangle_mesh_t::vertices_t::generate ( ) const

Definition at line 65 of file triangle_mesh.cpp.

◆ next()

void triangle_mesh_t::vertices_t::next ( )

Definition at line 95 of file triangle_mesh.cpp.

Friends And Related Symbol Documentation

◆ triangle_mesh_t

friend class triangle_mesh_t
friend

Definition at line 49 of file triangle_mesh.hpp.


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