Navigation
API > API/Plugins > API/Plugins/SVGImporter
References
| Module | SVGImporter |
| Header | /Engine/Plugins/Experimental/SVGImporter/Source/SVGImporter/Public/SVGElements.h |
| Include | #include "SVGElements.h" |
Syntax
struct FSVGMatrix
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | A | ||
| float | B | ||
| bool | bIsInitialized | ||
| bool | bIsMatrix | ||
| float | C | ||
| float | D | ||
| FTransform | FinalTransform | ||
| float | RotAngle | ||
| FVector2D | RotPivot | ||
| FVector2D | Scale | ||
| FVector | Scale3D | ||
| FVector2D | Skew | ||
| TArray< FString > | TransformationsList | ||
| FVector2D | Translation | ||
| float | Tx | ||
| float | Ty |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSVGMatrix () |
|||
FSVGMatrix
(
const FString& InMatrixString |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ApplyTransformToPoint2D
(
FVector2D& OutPoint |
||
| void | ApplyTransformToSplinePoint
(
FSplinePoint& OutSplinePoint |
||
| void | Decompose () |
||
| FShear2D | GetShear () |
||
| const FTransform & | GetTransform () |