QuaternionsRotatePoint Method |
http://www.emgu.com
Rotate the specific point and return the result
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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