HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
tt::pipeline_image::ImageLocation Struct Reference

#include <ttauri/GFX/pipeline_image_image_location.hpp>

Public Member Functions

bool operator== (const ImageLocation &other) noexcept
 
bool operator!= (const ImageLocation &other) noexcept
 

Data Fields

matrix3 transform
 Transformation matrix.
 
aarectangle clippingRectangle
 The position in pixels of the clipping rectangle relative to the top-left corner of the window, and extent in pixels.
 

Detailed Description

Information on the location and orientation of an image on a window.

Field Documentation

◆ clippingRectangle

aarectangle tt::pipeline_image::ImageLocation::clippingRectangle

The position in pixels of the clipping rectangle relative to the top-left corner of the window, and extent in pixels.

◆ transform

matrix3 tt::pipeline_image::ImageLocation::transform

Transformation matrix.


The documentation for this struct was generated from the following file: