Click or drag to resize

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

Parameters

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