11#include <podofo/auxiliary/Rect.h>
12#include <podofo/auxiliary/Matrix.h>
SPDX-FileCopyrightText: (C) 2005 Dominik Seichter domseichter@web.de SPDX-FileCopyrightText: (C) 2020...
SPDX-FileCopyrightText: (C) 2022 Francesco Pretto ceztko@gmail.com SPDX-License-Identifier: LGPL-2....
Definition basetypes.h:16
Matrix PODOFO_API GetFrameRotationTransform(const Rect &rect, double teta)
Get a rotation transformation that aligns the rectangle to the axis after the rotation.
Definition PdfMath.cpp:13
Rect PODOFO_API TransformRectPage(const Rect &rect, const PdfPage &page)
Transform the given rect accordingly to the page rotation.
Definition PdfMath.cpp:68
Matrix PODOFO_API GetFrameRotationTransformInverse(const Rect &rect, double teta)
Get an inverse rotation transformation that aligns the rectangle to the axis after the rotation.
Definition PdfMath.cpp:31