Parametrics class abstract
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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
Static Methods
-
arch2(
double t) → double -
bellcurve6(
double t) → double -
elasticStart(
double t, [double s = 1.70158]) → double -
elasticStep(
double t, [double s = 1.70158]) → double -
elasticStop(
double t, [double s = 1.70158]) → double -
linear(
double t) → double -
mix(
ParametricFunc f1, ParametricFunc f2, double t, double blend) → double -
smoothStart2(
double t) → double -
smoothStart3(
double t) → double -
smoothStart4(
double t) → double -
smoothStep2(
double t) → double -
smoothStep3(
double t) → double -
smoothStep4(
double t) → double -
smoothStop2(
double t) → double -
smoothStop3(
double t) → double -
smoothStop4(
double t) → double