Vector4 Vector4 Vector4 Vector4 Struct

Definition

Describes a vector of four floating-point components.

public : struct Vector4public struct Vector4Public Structure Vector4// You can use this struct in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Fields

W W W W

The w component of the vector.

public : field float Wpublic field float WPublic Field W// You can use this field in JavaScript.

X X X X

The x component of the vector.

public : field float Xpublic field float XPublic Field X// You can use this field in JavaScript.

Y Y Y Y

The y component of the vector.

public : field float Ypublic field float YPublic Field Y// You can use this field in JavaScript.

Z Z Z Z

The z component of the vector.

public : field float Zpublic field float ZPublic Field Z// You can use this field in JavaScript.