FVector3

FVector3 structure

Un vecteur flottant à trois composantes.

public struct FVector3

Constructeurs

NomLa description
FVector3(Vector3)Initialise une nouvelle instance duFVector3 .
FVector3(Vector4)Initialise une nouvelle instance duFVector4 .
FVector3(float, float, float)Initialise une nouvelle instance duFVector3 .

Méthodes

NomLa description
Cross(FVector3)Produit croisé de deux vecteurs
Normalize()Normalise cette instance.
override ToString()Renvoie une chaîne qui représente leFVector3
operator ++ surcharge de l’opérateur
explicit operator
operator ** Surcharge de l’opérateur
operator -- Surcharge de l’opérateur (2 operators)

Des champs

NomLa description
static readonly UnitScaleLe vecteur d’échelle unitaire avec tous les composants sont tous 1
static readonly ZeroLe vecteur zéro.
xLa composante x.
yLa composante y.
zLa composante y.

Voir également