RotationMatrix2DClone Method |
http://www.emgu.com
Return a clone of the Matrix
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic RotationMatrix2D Clone()
Public Function Clone As RotationMatrix2D
public:
RotationMatrix2D^ Clone()
member Clone : unit -> RotationMatrix2D
Return Value
Type:
RotationMatrix2DA clone of the Matrix
See Also