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

#include <parametric_mesh.hpp>

Public Member Functions

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

Friends

class parametric_mesh_t
 

Detailed Description

Definition at line 16 of file parametric_mesh.hpp.

Member Function Documentation

◆ done()

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

Definition at line 30 of file parametric_mesh.cpp.

◆ generate()

triangle_t parametric_mesh_t::triangles_t::generate ( ) const

Definition at line 9 of file parametric_mesh.cpp.

◆ next()

void parametric_mesh_t::triangles_t::next ( )

Definition at line 37 of file parametric_mesh.cpp.

Friends And Related Symbol Documentation

◆ parametric_mesh_t

friend class parametric_mesh_t
friend

Definition at line 32 of file parametric_mesh.hpp.


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