Class

AnimationVector2D

This class defines a 2D vector that contains two Float values for the two dimensions.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
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