This repository has been archived by the owner on Nov 12, 2024. It is now read-only.
Is there a way to measure the instantaneous speed of an object? #790
VictorBarbosa
started this conversation in
General
Replies: 1 comment 1 reply
-
If you're using Even without this, you can use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What I'm doing is, I have two platforms. On the first one, I have some "rockets" from where they will be launched, and on the other platform, they must "land." However, I need to know the speed at which the rocket reaches the platform because if it's too fast, it should explode.
The larger platform is where it takes off, and the smaller platform is where it should land. I will implement a neural network to train and solve this; that's why I can't simply create an algorithm that starts a timer when the onKeyDown event is triggered and stops it when the onKeyRelease event is triggered. However, I need to know the speed.
Beta Was this translation helpful? Give feedback.
All reactions