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

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

Public Types

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

Public Member Functions

 BoxEdge (const Vector2 &position, double radius, double size, int slices, int segments)
 
Triangles triangles () const noexcept
 
Vertices vertices () const noexcept
 

Private Types

using Impl = TranslateMesh< CylinderMesh >
 

Private Attributes

Impl mTranslateMesh
 

Member Typedef Documentation

◆ Impl

◆ Triangles

◆ Vertices

Constructor & Destructor Documentation

◆ BoxEdge()

CeresEngine::MeshGenerator::detail::BoxEdge::BoxEdge ( const Vector2 position,
double  radius,
double  size,
int  slices,
int  segments 
)

Member Function Documentation

◆ triangles()

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

◆ vertices()

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

Member Data Documentation

◆ mTranslateMesh

Impl CeresEngine::MeshGenerator::detail::BoxEdge::mTranslateMesh
private

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