Click or drag to resize

RotationVector3D Constructor (Double)

http://www.emgu.com
Create a rotation vector using the specific values

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public RotationVector3D(
	double[] value
)

Parameters

value
Type: SystemDouble
The values of the (3 x 1) Rodrigues rotation vector
See Also