Поделиться через


Matrix4.Rotate Метод

Определение

Перегрузки

Rotate(Quaternion)
Rotate(Vector3, Single)
Устаревшие..

Rotate(Quaternion)

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

Параметры

Возвращаемое значение

Применяется к

Rotate(Vector3, Single)

Внимание!

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

Параметры

axis
Vector3
angle
Single

Возвращаемое значение

Атрибуты

Применяется к