Matrix4d.CreateRotationX Method

Definition

Overloads

CreateRotationX(Double, Matrix4d)
CreateRotationX(Double)

CreateRotationX(Double, Matrix4d)

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

Parameters

angle
Double
result
Matrix4d

Applies to

CreateRotationX(Double)

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

Parameters

angle
Double

Returns

Applies to