Vec2 Struct

Definizione

Attenzione

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

Struct che definisce i valori doppi X e 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
Ereditarietà
System.ValueType
Vec2
Attributi
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

Costruttori

Vec2(Double, Double)
Obsoleti.

Crea un nuovo elemento Vec2 definito da x e y.

Campi

X
Obsoleti.

Coordinata orizzontale.

Y
Obsoleti.

Coordinata verticale.

Si applica a