F=ma #315
Answered
by
ShenMian
mingliuhermit
asked this question in
Q&A
F=ma
#315
-
void PhysicsSystem::integrateAccelerate(float delta_time)
... |
Beta Was this translation helpful? Give feedback.
Answered by
ShenMian
Aug 9, 2022
Replies: 1 comment 1 reply
-
除以一个数, 等于乘以这个数的倒数. 此处 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mingliuhermit
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
除以一个数, 等于乘以这个数的倒数. 此处
inverse_mass
估计就是 m 的倒数.