Matrix4.CreateRotationY Method

Definition

Overloads

CreateRotationY(Single, Matrix4)
CreateRotationY(Single)

CreateRotationY(Single, Matrix4)

public static void CreateRotationY (float angle, out OpenTK.Matrix4 result);
static member CreateRotationY : single *  -> unit

Parameters

angle
Single
result
Matrix4

Applies to

CreateRotationY(Single)

public static OpenTK.Matrix4 CreateRotationY (float angle);
static member CreateRotationY : single -> OpenTK.Matrix4

Parameters

angle
Single

Returns

Applies to