Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets values that indicate the velocities of the transformation deltas (translation, rotation, scale) for a manipulation at the ManipulationCompleted event.
Syntax
public:
property KinectManipulationVelocities Velocities {
KinectManipulationVelocities get ();
}
public KinectManipulationVelocities Velocities { get; }
var velocities = kinectManipulationCompletedEventArgs.velocities;
Property value
Type: KinectManipulationVelocities
The velocities of the accumulated transformations since a ManipulationStarted event.
Remarks
Velocity is the distance an object travels in a specified direction during a unit of time.
Requirements
Namespace: WindowsPreview.Kinect.Input
Metadata: windowspreview.kinect.winmd
See also
Reference
KinectManipulationCompletedEventArgs Class
WindowsPreview.Kinect.Input Namespace