Creates a rotation matrix from a given angle around the x-axis

Namespace: VVVV.Utils.VMath
Assembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871

Syntax

C#
public static Matrix4x4 RotateX(
	double rotX
)

Parameters

rotX
Type: System..::..Double

[Missing <param name="rotX"/> documentation for "M:VVVV.Utils.VMath.VMath.RotateX(System.Double)"]

Return Value

Rotation matrix

See Also