Click or drag to resize

RotationVector3DRotationMatrix Property

http://www.emgu.com
Get or Set the (3x3) rotation matrix represented by this rotation vector.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public Mat RotationMatrix { get; set; }

Property Value

Type: Mat
See Also