trase
|
#include <array>
#include <memory>
#include "frontend/Data.hpp"
#include "frontend/Drawable.hpp"
#include "frontend/Geometry.hpp"
#include "util/Colors.hpp"
#include "util/Exception.hpp"
#include "frontend/Axis.tcc"
Go to the source code of this file.
Classes | |
struct | trase::TickInfo |
A helper struct for Axis that holds tick-related information. More... | |
class | trase::Axis |
An 2D axis that can contain zero or more Geometry objects. More... | |