RotationMatrix2DRotatePoints Method (MCvPoint2D64f) |
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(
MCvPoint2D64f[] points
)
Public Sub RotatePoints (
points As MCvPoint2D64f()
)
public:
void RotatePoints(
array<MCvPoint2D64f>^ points
)
member RotatePoints :
points : MCvPoint2D64f[] -> unit
Parameters
- points
- Type: Emgu.CV.StructureMCvPoint2D64f
The points to be rotated, its value will be modified
See Also