RotationVector3DRotationMatrix Property |
http://www.emgu.com
Get or Set the (3x3) rotation matrix represented by this rotation vector.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic Mat RotationMatrix { get; set; }
Public Property RotationMatrix As Mat
Get
Set
public:
property Mat^ RotationMatrix {
Mat^ get ();
void set (Mat^ value);
}
member RotationMatrix : Mat with get, set
Property Value
Type:
Mat
See Also