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

Empty path with zero vertices and edges. More...

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

Inheritance diagram for CeresEngine::MeshGenerator::EmptyPath:
CeresEngine::MeshGenerator::MergePath<>

Classes

class  Edges
 
class  Vertices
 

Public Member Functions

 EmptyPath ()
 
Edges edges () const noexcept
 
Vertices vertices () const noexcept
 

Detailed Description

Empty path with zero vertices and edges.

Constructor & Destructor Documentation

◆ EmptyPath()

CeresEngine::MeshGenerator::EmptyPath::EmptyPath ( )

Member Function Documentation

◆ edges()

Edges CeresEngine::MeshGenerator::EmptyPath::edges ( ) const
noexcept

◆ vertices()

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

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