Skip to content

pskink/transform_entry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

transform_entry

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 creating Matrix4 objects
  • TransformEntry - a transform consisting of a translation, a rotation, and a uniform scale
  • TransformEntryTween - a Tween for TransformEntry class
  • AnimatedTransformEntry - an animated Widget that applies a transform defined by TransformEntry to a child Widget

Example

Check example folder for some code samples

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages