Click or drag to resize

Quaternion Constructor (Vector3, Double)

Constructs a Quaternion from the given vector and rotation parts.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
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