Matrix4.Rotate Method

Definition

Overloads

Rotate(Quaternion)
Rotate(Vector3, Single)
Obsolete.

Rotate(Quaternion)

public static OpenTK.Matrix4 Rotate (OpenTK.Quaternion q);
static member Rotate : OpenTK.Quaternion -> OpenTK.Matrix4

Parameters

Returns

Applies to

Rotate(Vector3, Single)

Caution

Use CreateFromAxisAngle instead.

[System.Obsolete("Use CreateFromAxisAngle instead.")]
public static OpenTK.Matrix4 Rotate (OpenTK.Vector3 axis, float angle);
static member Rotate : OpenTK.Vector3 * single -> OpenTK.Matrix4

Parameters

axis
Vector3
angle
Single

Returns

Attributes

Applies to