Click or drag to resize

MapAnimationExtensions Methods

Methods
  NameDescription
Public methodStatic memberAnimateTPoint(IMapTPoint, FuncVector2, Single, Vector2)
Only use this method if animation(x, -t) is the inverse of animation(x, t).
Public methodStatic memberCode exampleAnimateTPoint(IMapTPoint, FuncVector2, Single, Vector2, FuncVector2, Single, Vector2)
Animates this grid using a function animation that takes a point and time. The inverse animation is the inverse mapping at time t, that is,
inverseAmimation(animation(someVector, t), t) == someVector
Top
See Also