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.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public void RotatePoints(
	PointF[] points
)

Parameters

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