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

The `TweenVEC3` class is a shortcut subclass of "TweenAbstract" that handles tweening of vec3 values using
linear interpolation.
- inherit from: TweenAbstract~
** Constructors
- ''new TweenVEC3''(times: number[], values: vec3[]): TweenVEC3~
-- ''times''~
-- ''values''~
** Methods
- ''interpolate''(t: number): vec3~
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