Cog3DPlane GetRotation Method Cognex VisionPro 9.5
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: 69.0.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