SafeLerp<T> class

Constructors

SafeLerp.new(T? nullableLerp(T? a, T? b, double t))
const

Properties

hashCode int
The hash code for this object.
no setterinherited
nullableLerp → T? Function(T? a, T? b, double t)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Operators

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