RotationVector3D Constructor (Double) |
http://www.emgu.com
Create a rotation vector using the specific values
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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