Matrix3d.Rotate 方法

定义

重载

Rotate(Matrix3d, Double, Matrix3d)
Rotate(Double, Matrix3d)
Rotate(Double)

Rotate(Matrix3d, Double, Matrix3d)

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

参数

matrix
Matrix3d
angle
Double
result
Matrix3d

适用于

Rotate(Double, Matrix3d)

public void Rotate (double angle, out OpenTK.Matrix3d result);
member this.Rotate : double *  -> unit

参数

angle
Double
result
Matrix3d

适用于

Rotate(Double)

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

参数

angle
Double

适用于