Partager via


Matrix4.Rotate Méthode

Définition

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

S’applique à