Vector3TransformNormal Méthode

Transforme un vecteur normalisé par une matrice

Definition

Espace de nom: Tzu3D
Assembly: Tzu3D (in Tzu3D.dll) Version: 1.0.9025.34810
C#
public static Vector3 TransformNormal(
	Vector3 Source,
	Matrix SourceMatrix
)

Parameters

Source  Vector3
Vecteur normalisé
SourceMatrix  Matrix
Matrice de transformation

Valeur de retour

Vector3
Retourne la normal transformé

Voir aussi