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.
Kinect for Windows 1.5, 1.6, 1.7, 1.8
Converts data from a Vector4 to an XMVECTOR format.
Syntax
XMVECTOR XMVectorFromVector4(
const Vector4 &vec4
)
Parameters
- vec4
Type: Vector4
The Vector4 data.
Return Value
Type: XMVECTOR
Returns the converted XMVECTOR data.
Requirements
Header: Declared in NuiSensor.h; however, include NuiApi.h in your project.