5#ifndef FLUTTER_DISPLAY_LIST_GEOMETRY_DL_GEOMETRY_TYPES_H_
6#define FLUTTER_DISPLAY_LIST_GEOMETRY_DL_GEOMETRY_TYPES_H_
impeller::Scalar DlScalar
constexpr bool DlScalarNearlyEqual(DlScalar x, DlScalar y, DlScalar tolerance=kEhCloseEnough)
impeller::IPoint32 DlIPoint
constexpr bool DlScalarNearlyZero(DlScalar x, DlScalar tolerance=kEhCloseEnough)
static constexpr DlScalar kPi
static constexpr DlScalar kEhCloseEnough
constexpr float kEhCloseEnough
constexpr bool ScalarNearlyZero(Scalar x, Scalar tolerance=kEhCloseEnough)
TPoint< int32_t > IPoint32
constexpr bool ScalarNearlyEqual(Scalar x, Scalar y, Scalar tolerance=kEhCloseEnough)
std::array< Point, 4 > Quad
A 4x4 matrix using column-major storage.