[This is preliminary documentation and is subject to change.]

Create a rotation vector using the specific values

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

Syntax

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

Parameters

value
array< Double >[]()[]

[Missing <param name="value"/> documentation for "M:Emgu.CV.RotationVector3D.#ctor(System.Double[])"]

See Also