Cog3DPlane GetRotation Method Cognex VisionPro
Computes the rotation of this plane, where "rotation" is defined as the angle (in radians) between the projection of the plane Normal on the XY-plane and the X-axis, and normalized to the range [0, Math.PI * 2).

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 65.1.0.0
Syntax

public double GetRotation()

Return Value

Type: Double
The angle (in radians) between the projection of the plane Normal on the XY-plane and the X-axis.
See Also