marcglasberg / matrix4_transform

Flutter package: Helper math class for easily creating Matrix4 transformations, that you can use in Container's transform parameter and elsewhere.
Other
58 stars 5 forks source link

Skew support #1

Open aytunch opened 5 years ago

aytunch commented 5 years ago

It is currently hard and not intuitive to skew a widget with the out of box transformations. For instance I am having very hard time trying to transform a rectangle [] in to a lets say "railroad in perspective" /\ since it is easier with this package to use matrix4, I would be glad if skew is supported intuitively too:) thanks

marcglasberg commented 5 years ago

Perspective is not Skew. Skew keeps the box sides parallel.

aytunch commented 5 years ago

@marcglasberg Thanks for the correction. So I am asking for perspective then.