6#include "TTauri/Foundation/vec.hpp"
7#include "TTauri/Foundation/mat.hpp"
8#include "TTauri/Foundation/aarect.hpp"
10namespace tt::PipelineImage {
29 bool operator!=(
const ImageLocation &other)
noexcept {
return !((*this) == other); }
Class which represents an axis-aligned rectangle.
Definition aarect.hpp:13
A 4x4 matrix.
Definition mat.hpp:18
Definition PipelineImage_ImageLocation.hpp:14
mat transform
Transformation matrix.
Definition PipelineImage_ImageLocation.hpp:17
aarect clippingRectangle
The position in pixels of the clipping rectangle relative to the top-left corner of the window,...
Definition PipelineImage_ImageLocation.hpp:20