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

Cuts each edge in half. More...

#include <subdivide_shape.hpp>

Classes

class  edges_t
 
class  vertices_t
 

Public Member Functions

 subdivide_shape_t (shape_t shape)
 
edges_t edges () const noexcept
 
vertices_t vertices () const noexcept
 

Detailed Description

template<typename shape_t>
class generator::subdivide_shape_t< shape_t >

Cuts each edge in half.

Definition at line 13 of file subdivide_shape.hpp.

Constructor & Destructor Documentation

◆ subdivide_shape_t()

template<typename shape_t >
generator::subdivide_shape_t< shape_t >::subdivide_shape_t ( shape_t shape)
inline

Definition at line 104 of file subdivide_shape.hpp.

Member Function Documentation

◆ edges()

template<typename shape_t >
edges_t generator::subdivide_shape_t< shape_t >::edges ( ) const
inlinenoexcept

Definition at line 112 of file subdivide_shape.hpp.

◆ vertices()

template<typename shape_t >
vertices_t generator::subdivide_shape_t< shape_t >::vertices ( ) const
inlinenoexcept

Definition at line 117 of file subdivide_shape.hpp.


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