TimeStep class

This is an internal structure.

Constructors

TimeStep()

Properties

dt double
time step
getter/setter pair
dtRatio double
dt * invDt0
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
invDt double
inverse time step (0 if dt == 0).
getter/setter pair
positionIterations int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
velocityIterations int
getter/setter pair
warmStarting bool
getter/setter pair

Methods

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