Matrix4d.CreateFromAxisAngle Method

Definition

Overloads

CreateFromAxisAngle(Vector3d, Double)
CreateFromAxisAngle(Vector3d, Double, Matrix4d)

CreateFromAxisAngle(Vector3d, Double)

public static OpenTK.Matrix4d CreateFromAxisAngle (OpenTK.Vector3d axis, double angle);
static member CreateFromAxisAngle : OpenTK.Vector3d * double -> OpenTK.Matrix4d

Parameters

axis
Vector3d
angle
Double

Returns

Applies to

CreateFromAxisAngle(Vector3d, Double, Matrix4d)

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

Parameters

axis
Vector3d
angle
Double
result
Matrix4d

Applies to