|
trase
|
#include <array>#include <memory>#include <unordered_map>#include "frontend/Axis.hpp"#include "frontend/Drawable.hpp"#include "frontend/Figure.tcc"

Go to the source code of this file.
Classes | |
| class | trase::Figure |
| The primary Drawable for each figure. More... | |
Functions | |
| std::shared_ptr< Figure > | trase::figure (std::array< float, 2 > pixels={ {800.0, 600.0}}) |
| create a new Figure More... | |
|
inline |
create a new Figure
| pixels | (optional) the number of pixels along the {width, height} of the figure |