MatrixTransformation2D Méthode

Retourne une matrice de transformation 2D

Definition

Espace de nom: Tzu3D
Assembly: Tzu3D (in Tzu3D.dll) Version: 1.0.9025.34810
C#
public static Matrix Transformation2D(
	Vector2 ScalingCenter,
	float ScalingRotation,
	Vector2 Scaling,
	Vector2 RotationCenter,
	float Rotation,
	Vector2 Translation
)

Parameters

ScalingCenter  Vector2
Point central de l'opération du redimensionnement
ScalingRotation  Single
Rotation du point central de redimensionnement
Scaling  Vector2
Redimensionnement
RotationCenter  Vector2
Centre de rotation
Rotation  Single
Valeur de rotation en radians
Translation  Vector2
Valeur de translation

Valeur de retour

Matrix
Retourne une matrice de transformation 2D

Voir aussi