The attached chain of CHOPs calculates xy velocity based on distance (from Mediapipe component)
Instead what I need are separate values for the x and y velocity.
I know the formula for velocity is simply distance divided by time, but is there a simple way I can derive x,y velocity components from a distance based calculation?