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

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

Syntax

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

Parameters

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

See Also