DotPhys class

Implementers

Constructors

DotPhys(Vector2 position, Vector2 speed, double maxSpeed)

Properties

hashCode int
The hash code for this object.
no setterinherited
maxSpeed double
getter/setter pair
position ↔ Vector2
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
speed ↔ Vector2
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
step(double stepSize) → void
stepConstrained(double stepSize, Size bounds, double threshold, double strength) → void
stepForce(double stepSize, Vector2 force) → void
toString() String
A string representation of this object.
inherited

Operators

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