Transform Module
Public contract module exposed by this FS.Skia.UI package.
Functions and values
| Function or value |
Description
|
The all-identity transform (no translate, unit scale, no rotation).
|
|
|
|
|
|
Full Usage:
toPerspectiveTransform transform
Parameters:
Transform
Returns: PerspectiveTransform
|
Composes translate ∘ rotate ∘ scale into the existing 3×3 `PerspectiveTransform` (`M31 = M32 = 0`, `M33 = 1`).
|