QuaternionsRotatePoint Method |
http://www.emgu.com
Rotate the specific point and return the result
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
Syntaxpublic MCvPoint3D64f RotatePoint(
MCvPoint3D64f point
)
Public Function RotatePoint (
point As MCvPoint3D64f
) As MCvPoint3D64f
public:
MCvPoint3D64f RotatePoint(
MCvPoint3D64f point
)
member RotatePoint :
point : MCvPoint3D64f -> MCvPoint3D64f
Parameters
- point
- Type: Emgu.CV.StructureMCvPoint3D64f
The point to be rotated
Return Value
Type:
MCvPoint3D64fThe rotated point
See Also