Click or drag to resize

Quaternion(Vector2) Constructor

Initializes a new instance of the Quaternion struct.

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

Parameters

v  Vector2
Initial value for the X and Y components of the Quaternion, Z and W components are zero.
See Also