Closed brandonLi8 closed 4 years ago
Instead of having a base class, create a Path model for tracking the path of balls/com in #61. Currently this is achieved through polymorphism, but in hindsight, this is probably more intuitive with a composition approach.
Path
This should not affect the result.
Done in the commits above. This gave the sim a smoother feeling from the eye test. My work here is done, closing.
Instead of having a base class, create a
Path
model for tracking the path of balls/com in #61. Currently this is achieved through polymorphism, but in hindsight, this is probably more intuitive with a composition approach.This should not affect the result.