Share via


Vector3 Structure

Represents a 3-dimensional vector.

Syntax

public value struct Vector3
public struct Vector3
var vector3 = {
      y : /* Your value */, 
      z : /* Your value */, 
      x : /* Your value */
}     

Members

Vector3 has the following members.

Fields

Name Description
X The x component of the vector.
Y The Y component of the vector.
Z The Z component of the vector.

Requirements

Namespace: Microsoft.Kinect.Fusion

Metadata: microsoft.kinect.fusion.winmd

See also

Reference

Microsoft.Kinect.Fusion Namespace