Click or drag to resize

RotationMatrix2DRotatePoints Method (MCvPoint2D64f)

http://www.emgu.com
Rotate the points, the value of the input points will be changed.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public void RotatePoints(
	MCvPoint2D64f[] points
)

Parameters

points
Type: Emgu.CV.StructureMCvPoint2D64f
The points to be rotated, its value will be modified
See Also