8#include <podofo/auxiliary/Rect.h>
9#include <podofo/auxiliary/Matrix.h>
This file should be included as the FIRST file in every header of PoDoFo lib.
All classes, functions, types and enums of PoDoFo are members of these namespace.
Definition basetypes.h:13
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:10
Rect PODOFO_API TransformRectPage(const Rect &rect, const PdfPage &page)
Transform the given rect accordingly to the page rotation.
Definition PdfMath.cpp:65
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:28