Click or drag to resize

Quaternion Constructor (Quaternion)

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(
	Quaternion q
)

Parameters

q
Type: Microsoft.DirectXQuaternion
Initial value for all components of the Quaternion.
See Also