about summary refs log tree commit diff
path: root/forces/forces.go
Commit message (Collapse)AuthorAge
* Not exporting the forces function anymore, because the CalcAllForces ↵emile2018-10-08
| | | | | | function is accessing it. The CalcAllFucntion calculates all the forces acting in between the stars in the given Slice and returns the slice with the forces stored in the star structs.
* Exporting the Forces functionemile2018-10-08
|
* Added a function calculating the forces in between a star and all the stas ↵emile2018-10-08
| | | | in the given slice.
* added function force_acting that is used to calculate the force acting in ↵emile2018-10-08
between two given stars.