Matrix4d.CreateRotationZ Method

Definition

Overloads

CreateRotationZ(Double)
CreateRotationZ(Double, Matrix4d)

CreateRotationZ(Double)

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

Parameters

angle
Double

Returns

Applies to

CreateRotationZ(Double, Matrix4d)

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

Parameters

angle
Double
result
Matrix4d

Applies to