#include <array>#include <optional>#include <ostream>#include <vector>#include "impeller/geometry/matrix.h"#include "impeller/geometry/point.h"#include "impeller/geometry/scalar.h"#include "impeller/geometry/size.h"Go to the source code of this file.
Classes | |
| struct | impeller::TRect< T > |
Namespaces | |
| impeller | |
| std | |
Typedefs | |
| using | impeller::Rect = TRect< Scalar > |
| using | impeller::IRect = TRect< int64_t > |
Functions | |
| template<class T > | |
| std::ostream & | std::operator<< (std::ostream &out, const impeller::TRect< T > &r) |