Creates a rotation matrix from 3 angles given as 3d-vector

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

Syntax

C#
public static Matrix4x4 Rotate(
	Vector3D rot
)

Parameters

rot
Type: VVVV.Utils.VMath..::..Vector3D

[Missing <param name="rot"/> documentation for "M:VVVV.Utils.VMath.VMath.Rotate(VVVV.Utils.VMath.Vector3D)"]

Return Value

Rotation matrix

See Also