|
Unravel Engine C++ Reference
|
Flips mesh inside out. Reverses triangles and normals. More...
#include <flip_path.hpp>
Classes | |
| class | edges_t |
Public Types | |
| using | vertices_t = typename impl_t::vertices_t |
Public Member Functions | |
| flip_path_t (path_t path) | |
| edges_t | edges () const noexcept |
| vertices_t | vertices () const noexcept |
Flips mesh inside out. Reverses triangles and normals.
Definition at line 12 of file flip_path.hpp.
| using generator::flip_path_t< path_t >::vertices_t = typename impl_t::vertices_t |
Definition at line 65 of file flip_path.hpp.
|
inline |
| path | Source data path. |
Definition at line 50 of file flip_path.hpp.
|
inlinenoexcept |
Definition at line 60 of file flip_path.hpp.
|
inlinenoexcept |
Definition at line 67 of file flip_path.hpp.