Unravel Engine C++ Reference
Loading...
Searching...
No Matches
generator::shape_to_path_t< shape_t >::vertices_t Class Reference

#include <shape_to_path.hpp>

Public Member Functions

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

Friends

class shape_to_path_t
 

Detailed Description

template<typename shape_t>
class generator::shape_to_path_t< shape_t >::vertices_t

Definition at line 23 of file shape_to_path.hpp.

Member Function Documentation

◆ done()

template<typename shape_t >
bool generator::shape_to_path_t< shape_t >::vertices_t::done ( ) const
inlinenoexcept

Definition at line 42 of file shape_to_path.hpp.

◆ generate()

template<typename shape_t >
path_vertex_t generator::shape_to_path_t< shape_t >::vertices_t::generate ( ) const
inline

Definition at line 26 of file shape_to_path.hpp.

◆ next()

template<typename shape_t >
void generator::shape_to_path_t< shape_t >::vertices_t::next ( )
inline

Definition at line 47 of file shape_to_path.hpp.

Friends And Related Symbol Documentation

◆ shape_to_path_t

template<typename shape_t >
friend class shape_to_path_t
friend

Definition at line 59 of file shape_to_path.hpp.


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