SpatialLocation.AbsoluteLinearVelocity Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the absolute velocity vector of the device in units of meters per second. This velocity is expressed in the supplied coordinate system, although the motion is measured relative to the user's surroundings.
public:
property float3 AbsoluteLinearVelocity { float3 get(); };
float3 AbsoluteLinearVelocity();
public Vector3 AbsoluteLinearVelocity { get; }
var vector3 = spatialLocation.absoluteLinearVelocity;
Public ReadOnly Property AbsoluteLinearVelocity As Vector3
Property Value
The velocity.