How does projectile movement component velocity work?

Projectile velocity is the Trajectory of each axis in world space * speed.

Vector is the heading/direction.
Velocity is the heading/direction with a speed applied.

This is what I use for my projectiles.