Click or drag to resize

Quaternion Constructor (Double, Double, Double, Double)

Constructs a Quaternion from the given components.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Quaternion(
	double x,
	double y,
	double z,
	double w
)

Parameters

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