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.
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