Donner SVG Editor & Engine
SVG-native editor and embeddable SVG2 + CSS3 engine in C++20, with GPU (WebGPU) and compact CPU renderers, built for correctness, security, and performance.
Loading...
Searching...
No Matches
donner::editor::PresentedTileRect Struct Reference

Output-space rectangle for one presented tile. More...

#include "donner/editor/PresentedFrameComposer.h"

Public Attributes

Vector2d topLeft = Vector2d::Zero()
 Top-left corner in output coordinates.
Vector2d bottomRight = Vector2d::Zero()
 Bottom-right corner in output coordinates.
Vector2d effectiveDragTranslationDoc = Vector2d::Zero()
 Drag translation used to derive this rectangle.

Friends

bool operator== (const PresentedTileRect &, const PresentedTileRect &)=default

Detailed Description

Output-space rectangle for one presented tile.


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