共用方式為


Matrix4d.CreateRotationY 方法

定義

多載

CreateRotationY(Double, Matrix4d)
CreateRotationY(Double)

CreateRotationY(Double, Matrix4d)

public static void CreateRotationY (double angle, out OpenTK.Matrix4d result);
static member CreateRotationY : double *  -> unit

參數

angle
Double
result
Matrix4d

適用於

CreateRotationY(Double)

public static OpenTK.Matrix4d CreateRotationY (double angle);
static member CreateRotationY : double -> OpenTK.Matrix4d

參數

angle
Double

傳回

適用於