RotationVector3DRotationMatrix Property |
http://www.emgu.com
Get or Set the (3x3) rotation matrix represented by this rotation vector.
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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