CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::MeshGenerator::FlipPath< Path > Class Template Reference

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
 

Detailed Description

template<typename Path>
class CeresEngine::MeshGenerator::FlipPath< Path >

Flips mesh inside out. Reverses triangles and normals.

Member Typedef Documentation

◆ Impl

◆ Vertices

Constructor & Destructor Documentation

◆ FlipPath()

template<typename Path >
CeresEngine::MeshGenerator::FlipPath< Path >::FlipPath ( Path  path)
inline
Parameters
pathSource data path.

Member Function Documentation

◆ edges()

template<typename Path >
Edges CeresEngine::MeshGenerator::FlipPath< Path >::edges ( ) const
inlinenoexcept

◆ vertices()

template<typename Path >
Vertices CeresEngine::MeshGenerator::FlipPath< Path >::vertices ( ) const
inlinenoexcept

Member Data Documentation

◆ mTransformPath

template<typename Path >
Impl CeresEngine::MeshGenerator::FlipPath< Path >::mTransformPath
private

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