Пример #1
0
 /// <summary>
 /// Removes <paramref name="pointMass"/> from the simulation.
 /// </summary>
 /// <param name="pointMass">The <see cref="PointMass"/> to remove from the simulation.</param>
 public bool Remove(PointMass pointMass) => _pointMasses.Remove(pointMass);