SingleMotionConverter class

A MotionConverter for double values.

Inheritance

Constructors

SingleMotionConverter()
Creates a SingleMotionConverter.
const

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

denormalize(List<double> values) double
Converts a list of double values back to a value of type T.
override
normalize(double value) List<double>
Converts a value of type T to a list of double values.
override
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