Click or drag to resize

Quaternion Constructor (Vector2)

Initializes a new instance of the Quaternion struct.

Namespace:  Microsoft.DirectX
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public Quaternion(
	Vector2 v
)

Parameters

v
Type: Microsoft.DirectXVector2
Initial value for the X and Y components of the Quaternion, Z and W components are zero.
See Also