Click or drag to resize

Quaternion(Vector3, 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(
	Vector3 v,
	double w
)

Parameters

v  Vector3
Initial value for the X, Y, and Z components of the Quaternion.
w  Double
Initial value for the W component of the Quaternion.
See Also