Click or drag to resize

RotationMatrix2DRotatePoints Method (PointF)

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(
	PointF[] points
)

Parameters

points
Type: System.DrawingPointF
The points to be rotated, its value will be modified
See Also