Rotate the specific point and return the result

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public MCvPoint3D64f RotatePoint(
	MCvPoint3D64f point
)
Public Function RotatePoint ( _
	point As MCvPoint3D64f _
) As MCvPoint3D64f
public:
MCvPoint3D64f RotatePoint(
	MCvPoint3D64f point
)

Parameters

point
MCvPoint3D64f
The point to be rotated

Return Value

The rotated point

See Also