Matrix4.Rotate Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Rotate(Quaternion) | |
Rotate(Vector3, Single) |
Obsolète.
|
Rotate(Quaternion)
public static OpenTK.Matrix4 Rotate (OpenTK.Quaternion q);
static member Rotate : OpenTK.Quaternion -> OpenTK.Matrix4
Paramètres
Retours
S’applique à
Rotate(Vector3, Single)
Attention
Use CreateFromAxisAngle instead.
[System.Obsolete("Use CreateFromAxisAngle instead.")]
public static OpenTK.Matrix4 Rotate (OpenTK.Vector3 axis, float angle);
static member Rotate : OpenTK.Vector3 * single -> OpenTK.Matrix4
Paramètres
- axis
- Vector3
- angle
- Single
Retours
- Attributs