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