Click or drag to resize
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.1.0.2282 (3.1.0.2282)
Syntax
public MCvPoint3D64f RotatePoint(
	MCvPoint3D64f point
)

Parameters

point
Type: Emgu.CV.StructureMCvPoint3D64f
The point to be rotated

Return Value

Type: MCvPoint3D64f
The rotated point
See Also