http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Rotate the points, the value of the input points will be changed.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public void RotatePoints( MCvPoint2D64f[] points ) |
Visual Basic |
---|
Public Sub RotatePoints ( _ points As MCvPoint2D64f() _ ) |
Visual C++ |
---|
public: void RotatePoints( array<MCvPoint2D64f>^ points ) |
Parameters
- points
- Type: array<Emgu.CV.Structure..::..MCvPoint2D64f>[]()[][]
The points to be rotated, its value will be modified