FVector4

FVector4 structure

Un vecteur flottant à quatre composantes.

public struct FVector4

Constructeurs

NomLa description
FVector4(Color)Initialise une nouvelle instance duFVector4 .
FVector4(Vector3)Initialise une nouvelle instance duFVector4 .
FVector4(Vector4)Initialise une nouvelle instance duFVector4 .
FVector4(Vector3, float)Initialise une nouvelle instance duFVector4 .
FVector4(float, float, float)Initialise une nouvelle instance duFVector4 .
FVector4(float, float, float, float)Initialise une nouvelle instance duFVector4 .

Méthodes

NomLa description
override ToString()Renvoie une chaîne qui représente leFVector4
operator +Surcharge d’opérateur pour +
explicit operator
operator *Surcharge de l’opérateur pour *
operator -Surcharge de l’opérateur pour - (moins)

Des champs

NomLa description
wLe composant w.
xLa composante x.
yLa composante y.
zLa composante z.

Voir également