共用方式為


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

傳回

屬性

適用於