CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::MeshGenerator::detail::BoxFace Class Reference

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

Public Types

using Triangles = typename Impl::Triangles
 
using Vertices = typename Impl::Vertices
 

Public Member Functions

 BoxFace (const Vector2 &size, const Vector2i &segments, double delta)
 
Triangles triangles () const noexcept
 
Vertices vertices () const noexcept
 

Private Types

using Impl = TranslateMesh< PlaneMesh >
 

Private Attributes

Impl mTranslateMesh
 

Member Typedef Documentation

◆ Impl

◆ Triangles

◆ Vertices

Constructor & Destructor Documentation

◆ BoxFace()

CeresEngine::MeshGenerator::detail::BoxFace::BoxFace ( const Vector2 size,
const Vector2i &  segments,
double  delta 
)

Member Function Documentation

◆ triangles()

Triangles CeresEngine::MeshGenerator::detail::BoxFace::triangles ( ) const
inlinenoexcept

◆ vertices()

Vertices CeresEngine::MeshGenerator::detail::BoxFace::vertices ( ) const
inlinenoexcept

Member Data Documentation

◆ mTranslateMesh

Impl CeresEngine::MeshGenerator::detail::BoxFace::mTranslateMesh
private

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