This package contains classes for dealing with Matrix4
in a simple way, similar to how RSTransform.fromComponents
works.
It provides:
composeMatrix
- a low level function for creatingMatrix4
objectsTransformEntry
- a transform consisting of a translation, a rotation, and a uniform scaleTransformEntryTween
- aTween
forTransformEntry
classAnimatedTransformEntry
- an animatedWidget
that applies a transform defined byTransformEntry
to a childWidget
Check example folder for some code samples