Matrix4.CreateRotationZ Method

Definition

Overloads

CreateRotationZ(Single)
CreateRotationZ(Single, Matrix4)

CreateRotationZ(Single)

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

Parameters

angle
Single

Returns

Applies to

CreateRotationZ(Single, Matrix4)

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

Parameters

angle
Single
result
Matrix4

Applies to