* Class: TweenVEC2
#author("2024-02-10T19:19:31+00:00","","")

The `TweenVEC2` class is a shortcut subclass of "TweenAbstract" that handles tweening of vec2 values using
linear interpolation.
- inherit from: TweenAbstract~
** Constructors
- ''new TweenVEC2''(times: number[], values: vec2[]): TweenVEC2~
-- ''times''~
-- ''values''~
** Methods
- ''interpolate''(t: number): vec2~
The "interpolate" function takes a time value and returns the interpolated value based on the given
times and values.~
-- ''t'': t is a number representing the time at which we want to interpolate a value.~
~
- ''isEmpty''(): boolean~
The "isEmpty" function checks if the `times` and `values` arrays are empty and returns a boolean value.~


Front page   Edit Diff History Attach Copy Rename Reload   New Page list Search Recent changes   Help   RSS of recent changes