Unravel Engine C++ Reference
Loading...
Searching...
No Matches
generator::subdivide_path_t< path_t > Class Template Reference

#include <subdivide_path.hpp>

Classes

class  edges_t
 
class  vertices_t
 

Public Member Functions

 subdivide_path_t (path_t path)
 
edges_t edges () const
 
vertices_t vertices () const
 

Detailed Description

template<typename path_t>
class generator::subdivide_path_t< path_t >

Definition at line 13 of file subdivide_path.hpp.

Constructor & Destructor Documentation

◆ subdivide_path_t()

template<typename path_t >
generator::subdivide_path_t< path_t >::subdivide_path_t ( path_t path)
inline

Definition at line 102 of file subdivide_path.hpp.

Member Function Documentation

◆ edges()

template<typename path_t >
edges_t generator::subdivide_path_t< path_t >::edges ( ) const
inline

Definition at line 110 of file subdivide_path.hpp.

◆ vertices()

template<typename path_t >
vertices_t generator::subdivide_path_t< path_t >::vertices ( ) const
inline

Definition at line 115 of file subdivide_path.hpp.


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