A 3D rotation matrix

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
[SerializableAttribute]
public class RotationVector3D : Matrix<double>
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class RotationVector3D _
	Inherits Matrix(Of Double)
Visual C++
[SerializableAttribute]
public ref class RotationVector3D : public Matrix<double>

Inheritance Hierarchy

System..::.Object
  Emgu.Util..::.DisposableObject
    Emgu.Util..::.UnmanagedObject
      Emgu.CV..::.CvArray<(Of <(Double>)>)
        Emgu.CV..::.Matrix<(Of <(Double>)>)
          Emgu.CV..::.RotationVector3D

See Also