Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
FlutterTransformation Struct Reference

#include <embedder.h>

Public Attributes

double scaleX
 horizontal scale factor
 
double skewX
 horizontal skew factor
 
double transX
 horizontal translation
 
double skewY
 vertical skew factor
 
double scaleY
 vertical scale factor
 
double transY
 vertical translation
 
double pers0
 input x-axis perspective factor
 
double pers1
 input y-axis perspective factor
 
double pers2
 perspective scale factor
 

Detailed Description

Definition at line 275 of file embedder.h.

Member Data Documentation

◆ pers0

double FlutterTransformation::pers0

input x-axis perspective factor

Definition at line 289 of file embedder.h.

◆ pers1

double FlutterTransformation::pers1

input y-axis perspective factor

Definition at line 291 of file embedder.h.

◆ pers2

double FlutterTransformation::pers2

perspective scale factor

Definition at line 293 of file embedder.h.

◆ scaleX

double FlutterTransformation::scaleX

horizontal scale factor

Definition at line 277 of file embedder.h.

◆ scaleY

double FlutterTransformation::scaleY

vertical scale factor

Definition at line 285 of file embedder.h.

◆ skewX

double FlutterTransformation::skewX

horizontal skew factor

Definition at line 279 of file embedder.h.

◆ skewY

double FlutterTransformation::skewY

vertical skew factor

Definition at line 283 of file embedder.h.

◆ transX

double FlutterTransformation::transX

horizontal translation

Definition at line 281 of file embedder.h.

◆ transY

double FlutterTransformation::transY

vertical translation

Definition at line 287 of file embedder.h.


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