Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 619 Bytes

File metadata and controls

36 lines (24 loc) · 619 Bytes
-api-id -api-type
T:Windows.Foundation.Numerics.Vector4
winrt struct

Vector4

-description

Describes a vector of four floating-point components.

In C++, Vector4 is projected as the float4 structure.

-struct-fields

-field X

The x component of the vector.

-field Y

The y component of the vector.

-field Z

The z component of the vector.

-field W

The w component of the vector.

-remarks

-examples

-see-also

float4 structure