|
|
Donner SVG 0.8.0-pre
SVG editor and embeddable C++20 engine.
|
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).