Given XY velocity- calculate separate values for x and y velocity


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?

A Slope CHOP applied to the changing positions will give you component velocity.