Creates a rotation matrix from 3 angles

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

Syntax

C#
public static Matrix4x4 Rotate(
	double rotX,
	double rotY,
	double rotZ
)

Parameters

rotX
Type: System..::..Double

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

rotY
Type: System..::..Double

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

rotZ
Type: System..::..Double

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

Return Value

Rotation matrix

See Also