Unravel Engine C++ Reference
Loading...
Searching...
No Matches
generator::empty_shape_t Class Reference

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

#include <empty_shape.hpp>

Inheritance diagram for generator::empty_shape_t:
generator::merge_shape_t<>

Classes

class  edges_t
 
class  vertices_t
 

Public Member Functions

edges_t edges () const noexcept
 
vertices_t vertices () const noexcept
 

Detailed Description

Empty shape with zero vertices and edges.

Definition at line 11 of file empty_shape.hpp.

Member Function Documentation

◆ edges()

empty_shape_t::edges_t empty_shape_t::edges ( ) const
noexcept

Definition at line 43 of file empty_shape.cpp.

◆ vertices()

empty_shape_t::vertices_t empty_shape_t::vertices ( ) const
noexcept

Definition at line 48 of file empty_shape.cpp.


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