Click or drag to resize

RotationMatrix2DClone Method

http://www.emgu.com
Return a clone of the Matrix

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public RotationMatrix2D Clone()

Return Value

Type: RotationMatrix2D
A clone of the Matrix
See Also