|
CeresEngine 0.2.0
A game development framework
|
Cuts each edge in half. More...
#include <CeresEngine/Mesh/Generator/SubdivideShape.hpp>
Classes | |
| class | Edges |
| class | Vertices |
Public Member Functions | |
| SubdivideShape (Shape shape) | |
| Edges | edges () const noexcept |
| Vertices | vertices () const noexcept |
Private Attributes | |
| Shape | mShape |
| Vector< ShapeVertex > | mVertexCache |
Cuts each edge in half.
|
inline |
|
inlinenoexcept |
|
inlinenoexcept |
|
private |
|
private |