|
CeresEngine 0.2.0
A game development framework
|
Flips mesh inside out. Reverses triangles and normals. More...
#include <CeresEngine/Mesh/Generator/FlipPath.hpp>
Classes | |
| class | Edges |
Public Types | |
| using | Vertices = typename Impl::Vertices |
Public Member Functions | |
| FlipPath (Path path) | |
| Edges | edges () const noexcept |
| Vertices | vertices () const noexcept |
Private Types | |
| using | Impl = TransformPath< Path > |
Private Attributes | |
| Impl | mTransformPath |
Flips mesh inside out. Reverses triangles and normals.
|
private |
| using CeresEngine::MeshGenerator::FlipPath< Path >::Vertices = typename Impl::Vertices |
|
inline |
| path | Source data path. |
|
inlinenoexcept |
|
inlinenoexcept |
|
private |