how to convert 3*3 or 4*4 array into SkiaMatrix ? #2053
Unanswered
milindsakhare100
asked this question in
Q&A
Replies: 1 comment
-
you can pass the array directly as a property. I hope this helps. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I Have,
array = [ 9, 0, 98, 0, 25, 0, 0, 0,1, ]
I Want to make it skiaMatrix function, how can I archive this?
I tried "processTransform2d" this function But it requires fitbox values.
Is there any simplest way/function that converts array into skiaMatrix?
Beta Was this translation helpful? Give feedback.
All reactions