FMatalue class abstract final

between_double_0From, ... between_offset_0From, ... between_point3_0From, ...

amplitude_double_0From, ... amplitude_offset_0From, ... amplitude_point3_0From, ... amplitude_radian3_0From, ...

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

between_double_0From(double begin, {(Curve, Curve)? curve}) Between<double>
between_double_0To(double end, {(Curve, Curve)? curve}) Between<double>
between_double_1From(double begin, {(Curve, Curve)? curve}) Between<double>
between_double_1To(double end, {(Curve, Curve)? curve}) Between<double>
between_offset_0From(Offset begin, {(Curve, Curve)? curve}) Between<Offset>
between_offset_ofDirection(double direction, double begin, double end, {(Curve, Curve)? curve}) Between<Offset>
between_offset_ofDirection0From(double direction, double begin, {(Curve, Curve)? curve}) Between<Offset>
between_offset_ofDirection0To(double direction, double end, {(Curve, Curve)? curve}) Between<Offset>
between_point3_0From(Point3 begin, {(Curve, Curve)? curve}) Between<Point3>
between_point3_0To(Point3 end, {(Curve, Curve)? curve}) Between<Point3>
offset_0To(Offset end, {(Curve, Curve)? curve}) Between<Offset>