Click or drag to resize

Quaternion Constructor (Double, Double, Double, Double)

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(
	double x,
	double y,
	double z,
	double w
)

Parameters

x
Type: SystemDouble
Initial value for the X component of the Quaternion.
y
Type: SystemDouble
Initial value for the Y component of the Quaternion.
z
Type: SystemDouble
Initial value for the Z component of the Quaternion.
w
Type: SystemDouble
Initial value for the W component of the Quaternion.
See Also