The kind of spring solution that the SpringSimulation is using to simulate the spring.
Constants
- criticallyDamped → SpringType
-
A spring that does not bounce and returns to its rest position in the shortest possible time.
const SpringType(0)
- overDamped → SpringType
-
A spring that does not bounce but takes longer to return to its rest position than a criticallyDamped one.
const SpringType(2)
- underDamped → SpringType
-
A spring that bounces.
const SpringType(1)
- values → List<SpringType>
-
A constant List of the values in this enum, in order of their declaration.
const List<SpringType>
Properties
- index → int
-
read-only
- hashCode → int
-
Get a hash code for this object.
read-only, inherited - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Operators
-
operator ==(
other) → bool -
The equality operator.
inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited -
toString(
) → String -
Returns a string representation of this object.
inherited