Compartilhar via


Matrix4.Rotate Método

Definição

Sobrecargas

Rotate(Quaternion)
Rotate(Vector3, Single)
Obsoleto.

Rotate(Quaternion)

public static OpenTK.Matrix4 Rotate (OpenTK.Quaternion q);
static member Rotate : OpenTK.Quaternion -> OpenTK.Matrix4

Parâmetros

Retornos

Aplica-se a

Rotate(Vector3, Single)

Cuidado

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

Parâmetros

axis
Vector3
angle
Single

Retornos

Atributos

Aplica-se a