Vector4 Structure

Represents a 4D vector.

Syntax

public value struct Vector4
public struct Vector4
var vector4 = {
      w : /* Your value */, 
      x : /* Your value */, 
      y : /* Your value */, 
      z : /* Your value */
}     

Members

Vector4 has the following members.

Fields

Name Description
W The W coordinate of the vector.
X The X coordinate of the vector.
Y The Y coordinate of the vector.
Z The Z coordinate of the vector.

Requirements

Namespace: WindowsPreview.Kinect

Metadata: windowspreview.kinect.winmd

See also

Reference

WindowsPreview.Kinect Namespace