What is the meaning of "NV_OF_FLOW_VECTOR" in OpticalFlow SDK?

the Optical Flow SDK store the calculation result of every pixel in “NV_OF_FLOW_VECTOR” struct, the struct has flowx and flowy components, so what’s the meaning of flowx and flowy? is it means the moving pixel distance?