5 #ifndef FLUTTER_IMPELLER_ENTITY_GEOMETRY_SUPERELLIPSE_GEOMETRY_H_
6 #define FLUTTER_IMPELLER_ENTITY_GEOMETRY_SUPERELLIPSE_GEOMETRY_H_
46 std::optional<Rect> GetCoverage(
const Matrix&
transform)
const override;
Render passes encode render commands directed as one specific render target into an underlying comman...
bool IsAxisAlignedRect() const override
SuperellipseGeometry(const Point ¢er, Scalar radius, Scalar degree, Scalar alpha, Scalar beta)
bool CoversArea(const Matrix &transform, const Rect &rect) const override
Determines if this geometry, transformed by the given transform, will completely cover all surface ar...
~SuperellipseGeometry() override
A 4x4 matrix using column-major storage.