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

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

Public Types

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

Public Member Functions

 BoxEdges (const Vector3 &size, double radius, int slices, int segments)
 
Triangles triangles () const noexcept
 
Vertices vertices () const noexcept
 

Private Types

using Impl = MirrorMesh< MirrorMesh< BoxEdge > >
 

Private Attributes

Impl mMirrorMesh
 

Member Typedef Documentation

◆ Impl

◆ Triangles

◆ Vertices

Constructor & Destructor Documentation

◆ BoxEdges()

CeresEngine::MeshGenerator::detail::BoxEdges::BoxEdges ( const Vector3 size,
double  radius,
int  slices,
int  segments 
)

Member Function Documentation

◆ triangles()

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

◆ vertices()

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

Member Data Documentation

◆ mMirrorMesh

Impl CeresEngine::MeshGenerator::detail::BoxEdges::mMirrorMesh
private

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