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.1.0.3408 (4.1.0.3408)
Syntaxpublic void RotatePoints(
PointF[] points
)
Public Sub RotatePoints (
points As PointF()
)
public:
void RotatePoints(
array<PointF>^ points
)
member RotatePoints :
points : PointF[] -> unit
Parameters
- points
- Type: System.DrawingPointF
The points to be rotated, its value will be modified
See Also