DataTransformation class abstract

Represents a transformation on a given Point3 passed to onData.

This transformation does not affect the range of the point, only its domain.

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
onData<X>(Point3<X, double> data) Point3<X, double>?
Transforms a given input data.
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

none() → _NoOperation
Creates a transformation that lefts the input data unchanged.
variation() → _VariationOperation
Creates a transformation that subtracts consecutive elements of the input data, therefore returning its variation.