RotationMatrix2DRotatePoints Method (PointF) |
http://www.emgu.com
Rotate the points, the value of the input points will be changed.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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