|
HikoGUI
A low latency retained GUI
|
#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. | |
Information on the location and orientation of an image on a window.
| 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.
| matrix3 tt::pipeline_image::ImageLocation::transform |
Transformation matrix.