Skip to content

Commit

Permalink
Update pooltool/physics/resolve/stick_ball/instantaneous_point/__init…
Browse files Browse the repository at this point in the history
…__.py
  • Loading branch information
ekiefl authored Dec 30, 2024
1 parent b861952 commit 9e13324
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ def cue_strike(m, M, R, V0, phi, theta, a, b, english_throttle: float):
phi *= np.pi / 180
theta *= np.pi / 180

# Moment of inertia over mass
I_m = 2 / 5 * R**2

c = np.sqrt(R**2 - a**2 - b**2)
Expand Down

0 comments on commit 9e13324

Please sign in to comment.