Create a rotation vector using the specific values

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public RotationVector3D(
	double[] value
)
Visual Basic (Declaration)
Public Sub New ( _
	value As Double() _
)
Visual C++
public:
RotationVector3D(
	array<double>^ value
)

Parameters

value
Type: array< System..::.Double >[]()[]
The values of the rotation vector, should contains only 3 values

See Also