AngleInterpolatorImpl class

Inheritance

Constructors

AngleInterpolatorImpl({double begin = 0, double end = 0})
AngleInterpolatorImpl.from(LocationTween tween)
factory

Properties

begin double
getter/setter pairoverride
delta double
no setter
end double
getter/setter pairoverride
fromFloat32x4 Float32x4
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isStopped bool
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shortestAngleFloat32x4 Float32x4
getter/setter pair

Methods

doInterpolate(double t) double
override
doSwap(double newValue) → void
override
doWarmUp() → void
override
interpolate(double t) double
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
swap(double newValue) → void
inherited
toString() String
A string representation of this object.
inherited
warmUp() → void
inherited

Operators

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