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 creatingMatrix4objectsTransformEntry- a transform consisting of a translation, a rotation, and a uniform scaleTransformEntryTween- aTweenforTransformEntryclassAnimatedTransformEntry- an animatedWidgetthat applies a transform defined byTransformEntryto a childWidget
Check example folder for some code samples