Partager via


Vec2 Structure

Définition

Attention

This is no longer used, and might be removed at some point

Struct définissant des valeurs doubles X et Y.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("This is no longer used, and might be removed at some point ")]
public struct Vec2
type Vec2 = struct
Héritage
System.ValueType
Vec2
Attributs
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

Constructeurs

Vec2(Double, Double)
Obsolète.

Crée un Vec2 qui est défini par x et y.

Champs

X
Obsolète.

Coordonnée horizontale.

Y
Obsolète.

Coordonnée verticale.

S’applique à