Click or drag to resize

Quaternion Constructor (Vector3)

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 rotation
)

Parameters

rotation
Type: Karamba.GeometryVector3
Rotation vector.
See Also