Flutter Engine
The Flutter Engine
|
#include <embedder.h>
Public Attributes | |
double | scaleX |
horizontal scale factor More... | |
double | skewX |
horizontal skew factor More... | |
double | transX |
horizontal translation More... | |
double | skewY |
vertical skew factor More... | |
double | scaleY |
vertical scale factor More... | |
double | transY |
vertical translation More... | |
double | pers0 |
input x-axis perspective factor More... | |
double | pers1 |
input y-axis perspective factor More... | |
double | pers2 |
perspective scale factor More... | |
Definition at line 277 of file embedder.h.
double FlutterTransformation::pers0 |
input x-axis perspective factor
Definition at line 291 of file embedder.h.
double FlutterTransformation::pers1 |
input y-axis perspective factor
Definition at line 293 of file embedder.h.
double FlutterTransformation::pers2 |
perspective scale factor
Definition at line 295 of file embedder.h.
double FlutterTransformation::scaleX |
horizontal scale factor
Definition at line 279 of file embedder.h.
double FlutterTransformation::scaleY |
vertical scale factor
Definition at line 287 of file embedder.h.
double FlutterTransformation::skewX |
horizontal skew factor
Definition at line 281 of file embedder.h.
double FlutterTransformation::skewY |
vertical skew factor
Definition at line 285 of file embedder.h.
double FlutterTransformation::transX |
horizontal translation
Definition at line 283 of file embedder.h.
double FlutterTransformation::transY |
vertical translation
Definition at line 289 of file embedder.h.