RotationVector3D Constructor (Double) |
http://www.emgu.com
Create a rotation vector using the specific values
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic RotationVector3D(
double[] value
)
Public Sub New (
value As Double()
)
public:
RotationVector3D(
array<double>^ value
)
new :
value : float[] -> RotationVector3D
Parameters
- value
- Type: SystemDouble
The values of the (3 x 1) Rodrigues rotation vector
See Also