tolerance property
The tolerance to use for ballistic simulations.
Implementation
Tolerance get tolerance => parent?.tolerance ?? _kDefaultTolerance;
The tolerance to use for ballistic simulations.
Tolerance get tolerance => parent?.tolerance ?? _kDefaultTolerance;