AnimationSpline<T> class abstract

Implementers

Constructors

AnimationSpline.new({required AnimationInterpolation interpolation, required List<(double, T)> values})
AnimationSpline.from({required AnimationInterpolation interpolation, required List<double> times, required List<T> values})

Properties

hashCode int
The hash code for this object.
no setterinherited
interpolation AnimationInterpolation
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values List<(double, T)>
final

Methods

lerp(T a, T b, double t) → T
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
transform(Matrix4 matrix, T value) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited