|
|
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.
|
Scale-rotate-translate view of a transform, used by the inspector's editable transform fields. The equivalent matrix is Scale(scale) * Rotate(rotationRadians) * Translate(translation) with Donner's apply-left-to-right composition (scale first, translation last). More...
#include "donner/editor/SidebarPresenter.h"
Public Attributes | |
| Vector2d | translation |
| Translation components (e, f). | |
| double | rotationRadians = 0.0 |
| Rotation angle, in radians. | |
| Vector2d | scale = Vector2d(1.0, 1.0) |
| Per-axis scale. scale.y is negative for flips. | |
Scale-rotate-translate view of a transform, used by the inspector's editable transform fields. The equivalent matrix is Scale(scale) * Rotate(rotationRadians) * Translate(translation) with Donner's apply-left-to-right composition (scale first, translation last).
| double donner::editor::DecomposedTransform::rotationRadians = 0.0 |
Rotation angle, in radians.
Per-axis scale. scale.y is negative for flips.
| Vector2d donner::editor::DecomposedTransform::translation |
Translation components (e, f).