C Specification
The XrSpaceVelocityDataKHR structure is defined as:
// Provided by XR_KHR_locate_spaces
// XrSpaceVelocityDataKHR is an alias for XrSpaceVelocityData
typedef struct XrSpaceVelocityData {
XrSpaceVelocityFlags velocityFlags;
XrVector3f linearVelocity;
XrVector3f angularVelocity;
} XrSpaceVelocityData;
typedef XrSpaceVelocityData XrSpaceVelocityDataKHR;
Members
Description
This is a single element of the array in
XrSpaceVelocitiesKHR::velocities, and is used to return the
linear and angular velocity and velocity flags for a single space with
respect to the specified base space from a call to xrLocateSpacesKHR.
It does not accept chained structures to allow for easier use in dynamically
allocated container datatypes.
See Also
Document Notes
For more information, see the OpenXR Specification
This page is extracted from the OpenXR Specification. Fixes and changes should be made to the Specification, not directly.
Copyright
Copyright 2014-2025 The Khronos Group Inc.
This work is licensed under a Creative Commons Attribution 4.0 International License.