group Pixels By XLocation
fun AnimationManager.groupPixelsByXLocation(offset: AbsoluteDistance, rotation: RadiansRotation, movementPerIteration: Double): PixelModificationLists
Group pixels based on their location along the X axis after a transformation is performed.
Used by animations such as Plane Run, Wave, and Wipe.
Return
Lists of pixels to modify in each iteration as a PixelModificationLists
Parameters
rotation
How to rotate the animation
movement Per Iteration
How far to move along the X axis in each iteration