Rotate the points, the value of the input points will be changed.

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public void RotatePoints(
	PointF[] points
)
Public Sub RotatePoints ( _
	points As PointF() _
)
public:
void RotatePoints(
	array<PointF>^ points
)

Parameters

points
array<PointF>[]()[][]
The points to be rotated, its value will be modified

See Also