Vector2 Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Décrit un vecteur de deux composants à virgule flottante.
En C++, Vector2 est projeté en tant que structure float2.
public value class float2
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
struct float2
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public struct Vector2
var vector2 = {
x : /* Your value */,
y : /* Your value */
}
Public Structure Vector2
- Héritage
-
Vector2
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 (introduit dans 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v1.0)
|
Champs
X |
Composant x du vecteur. |
Y |
Composant y du vecteur. |