Vector3 Vector3 Vector3 Vector3 Struct
Definition
Describes a vector of three floating-point components.
public : struct Vector3public struct Vector3Public Structure Vector3// 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
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.