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

Empty Mesh with zero vertices and triangles. More...

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

Inheritance diagram for CeresEngine::MeshGenerator::EmptyMesh:
CeresEngine::MeshGenerator::MergeMesh<>

Classes

class  Triangles
 
class  Vertices
 

Public Member Functions

 EmptyMesh ()
 
Triangles triangles () const noexcept
 
Vertices vertices () const noexcept
 

Detailed Description

Empty Mesh with zero vertices and triangles.

Constructor & Destructor Documentation

◆ EmptyMesh()

CeresEngine::MeshGenerator::EmptyMesh::EmptyMesh ( )

Member Function Documentation

◆ triangles()

Triangles CeresEngine::MeshGenerator::EmptyMesh::triangles ( ) const
noexcept

◆ vertices()

Vertices CeresEngine::MeshGenerator::EmptyMesh::vertices ( ) const
noexcept

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