Click or drag to resize

Quaternion Constructor (Vector3, Double)

Initializes a new instance of the Quaternion struct. Constructs a Quaternion from the given vector and rotation parts.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public Quaternion(
	Vector3 vectorPart,
	double scalarPart
)

Parameters

vectorPart
Type: Karamba.GeometryVector3
The vector part of the Quaternion.
scalarPart
Type: SystemDouble
The rotation part of the Quaternion.
See Also