String helper class.
More...
#include <stringz.h>
|
static void | objectify (const std::unique_ptr< maze > &m, std::vector< std::tuple< int, int, int, int > > &vertices, std::vector< std::vector< std::uint32_t > > &faces) noexcept |
| Compute the 3D geometries of a maze.
|
|
static std::string | stringify (const std::unique_ptr< maze > &m) noexcept |
| Convert a maze into a string representation.
|
|
String helper class.
This class provides methods to convert mazes into string representations
◆ objectify()
static void mazes::stringz::objectify |
( |
const std::unique_ptr< maze > & | m, |
|
|
std::vector< std::tuple< int, int, int, int > > & | vertices, |
|
|
std::vector< std::vector< std::uint32_t > > & | faces ) |
|
staticnoexcept |
Compute the 3D geometries of a maze.
- Parameters
-
m | the maze to convert |
vertices | the vertices of the maze |
faces | the faces of the maze |
◆ stringify()
static std::string mazes::stringz::stringify |
( |
const std::unique_ptr< maze > & | m | ) |
|
|
staticnoexcept |
Convert a maze into a string representation.
- Parameters
-
- Returns
- the string representation
The documentation for this class was generated from the following file: