Converts a Quaternion to a Vector4D.

Namespace: VVVV.Utils.SlimDX
Assembly: VVVV.Utils3rdParty (in VVVV.Utils3rdParty.dll) Version: 1.0.4694.10872

Syntax

C#
public static Vector4D ToVector4D(
	this Quaternion Input
)

Parameters

Input
Type: Quaternion
The Quaternion to convert.

Return Value

The converted Vector4D.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Quaternion. When you use instance method syntax to call this method, omit the first parameter. For more information, see or .

See Also