TranslationAnimationSpline class
An animation spline over the position of a transformation (translation).
- Inheritance
-
- Object
- AnimationSpline<
Vector3> - TranslationAnimationSpline
Constructors
-
TranslationAnimationSpline.from({required AnimationInterpolation interpolation, required List<
double> times, required List<Vector3> values})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- interpolation → AnimationInterpolation
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
values
→ List<
AnimationKeyframe< Vector3> > -
finalinherited
Methods
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited