Velocity From Positions
PureVelocityFromPositionsCalculates velocity from two positions and the time between them.
Type: Pure (no side effects)
Category: Fortuna|Vector & Transform
Keywords: vector & transform
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| PreviousPosition | FVector | — | PreviousPosition parameter |
| CurrentPosition | FVector | — | CurrentPosition parameter |
| DeltaTime | float | — | DeltaTime parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| ReturnValue | FVector | ReturnValue output |
Example Use Cases
Example 1
Estimate the velocity of a hand-tracked controller for throwing physics.
Example 2
Determine projectile launch speed from gesture motion.