MatrixTransformation2D Méthode
Retourne une matrice de transformation 2D
Espace de nom: Tzu3DAssembly: Tzu3D (in Tzu3D.dll) Version: 1.0.9025.34810
public static Matrix Transformation2D(
Vector2 ScalingCenter,
float ScalingRotation,
Vector2 Scaling,
Vector2 RotationCenter,
float Rotation,
Vector2 Translation
)
Public Shared Function Transformation2D (
ScalingCenter As Vector2,
ScalingRotation As Single,
Scaling As Vector2,
RotationCenter As Vector2,
Rotation As Single,
Translation As Vector2
) As Matrix
- 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
MatrixRetourne une matrice de transformation 2D