RotationMatrix2DRotatePoints Method (MCvPoint2D64f) |
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: 3.3.0.2824 (3.3.0.2824)
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