Flutter Engine
The Flutter Engine
|
#include <cmath>
#include <iomanip>
#include <limits>
#include <optional>
#include <ostream>
#include <utility>
#include "impeller/geometry/matrix_decomposition.h"
#include "impeller/geometry/point.h"
#include "impeller/geometry/quaternion.h"
#include "impeller/geometry/scalar.h"
#include "impeller/geometry/shear.h"
#include "impeller/geometry/size.h"
#include "impeller/geometry/vector.h"
Go to the source code of this file.
Classes | |
struct | impeller::Matrix |
A 4x4 matrix using column-major storage. More... | |
Namespaces | |
namespace | impeller |
namespace | std |
Functions | |
std::ostream & | std::operator<< (std::ostream &out, const impeller::Matrix &m) |