OffsetSimulation class abstract

regular Simulations target a one-dimensional number, this one targets a point in 2D space, though it's usually constructed by just taping together two Simulations in a DuoMovementSimulation

Implementers

Constructors

OffsetSimulation.new()

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

dx(double time) Offset
isDone(double time) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
target(Offset target, {required double time}) → void
time is the time since the last target call. After this call, internal time resets to 0.
toString() String
A string representation of this object.
inherited
x(double time) Offset

Operators

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