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

Flips shape direction. Reverses edges and tangents. More...

#include <CeresEngine/Mesh/Generator/FlipShape.hpp>

Classes

class  Edges
 

Public Types

using Vertices = typename Impl::Vertices
 

Public Member Functions

 FlipShape (Shape shape)
 
Edges edges () const noexcept
 
Vertices vertices () const noexcept
 

Private Types

using Impl = TransformShape< Shape >
 

Private Attributes

Impl mTransformShape
 

Detailed Description

template<typename Shape>
class CeresEngine::MeshGenerator::FlipShape< Shape >

Flips shape direction. Reverses edges and tangents.

Member Typedef Documentation

◆ Impl

◆ Vertices

Constructor & Destructor Documentation

◆ FlipShape()

template<typename Shape >
CeresEngine::MeshGenerator::FlipShape< Shape >::FlipShape ( Shape  shape)
inline
Parameters
shapeSource data shape.

Member Function Documentation

◆ edges()

template<typename Shape >
Edges CeresEngine::MeshGenerator::FlipShape< Shape >::edges ( ) const
inlinenoexcept

◆ vertices()

template<typename Shape >
Vertices CeresEngine::MeshGenerator::FlipShape< Shape >::vertices ( ) const
inlinenoexcept

Member Data Documentation

◆ mTransformShape

template<typename Shape >
Impl CeresEngine::MeshGenerator::FlipShape< Shape >::mTransformShape
private

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