x method Null safety
- double time
override
The position of the object in the simulation at the given time.
Implementation
@override
double x(double time) {
return clampDouble(super.x(time), _minX, _maxX);
}
The position of the object in the simulation at the given time.
@override
double x(double time) {
return clampDouble(super.x(time), _minX, _maxX);
}