Matrix3.Rotate 方法

定义

重载

Rotate(Single, Matrix3)
Rotate(Single)
Rotate(Matrix3, Single, Matrix3)

Rotate(Single, Matrix3)

public void Rotate (float angle, out OpenTK.Matrix3 result);
member this.Rotate : single *  -> unit

参数

angle
Single
result
Matrix3

适用于

Rotate(Single)

public void Rotate (float angle);
member this.Rotate : single -> unit

参数

angle
Single

适用于

Rotate(Matrix3, Single, Matrix3)

public static void Rotate (ref OpenTK.Matrix3 matrix, float angle, out OpenTK.Matrix3 result);
static member Rotate :  * single *  -> unit

参数

matrix
Matrix3
angle
Single
result
Matrix3

适用于