AnimationVector2D
Class
Common
public class AnimationVector2D(v1: Float, v2: Float) : AnimationVector()
This class defines a 2D vector that contains two Float values for the two dimensions.
Parameters
v1 | initial value to set on the first dimension |
v2 | initial value to set on the second dimension |