Emgu CV Library Documentation
RotationVector3D Constructor (value)
NamespacesEmgu.CVRotationVector3DRotationVector3D(array<Single>[]()[])

www.emgu.com/wiki
Create a rotation vector using the specific values
Declaration Syntax
C#Visual BasicVisual C++
public RotationVector3D(
	float[] value
)
Public Sub New ( _
	value As Single() _
)
public:
RotationVector3D(
	array<float>^ value
)
Parameters
value (array< Single >[]()[])

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

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)