Skip to content

Commit

Permalink
After egg's review.
Browse files Browse the repository at this point in the history
  • Loading branch information
pleroy committed Dec 2, 2023
1 parent a6ef048 commit b2f48f0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions physics/apsides.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ void ComputeApsides(Trajectory<Frame> const& reference,
DiscreteTrajectory<Frame>& periapsides);

// Computes a collision between a vessel and a rotating body. |begin| and |end|
// must be on opposite sides of the surface of the body (that is, a collision
// must exist). |radius| gives the radius of the celestial at a particular
// position given by its latitude and longitude.
// must be on opposite sides of the surface of the body (in particular, a
// collision must exist). |radius| gives the radius of the celestial at a
// particular position given by its latitude and longitude. It must never
// exceed the |max_radius| of the body.
template<typename Frame>
typename DiscreteTrajectory<Frame>::value_type ComputeCollision(
RotatingBody<Frame> const& reference_body,
Expand Down

0 comments on commit b2f48f0

Please sign in to comment.