SpatialLocation.AbsoluteLinearVelocity Property

Definition

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

Vector3 Vector3

float3

The velocity.

Applies to