material-motion-swift icon indicating copy to clipboard operation
material-motion-swift copied to clipboard

initialVelocity should likely only be affected by _map when the shape of the type is going to change

Open jverkoey opened this issue 8 years ago • 0 comments
trafficstars

E.g. .y() should extract the y velocity. yLocked(to:) should not affect the velocity. Over-applying _map's transform to initialVelocity can lead to nonsensical velocity values.

This may require operators to provide a separate velocity transform to _map.

jverkoey avatar Mar 28 '17 16:03 jverkoey