LineSegment Rotation Property Cognex VisionPro 9.22

The angle (in radians, from the x-axis) of the line segment. The line segment must not be degenerate (i.e. the end points must differ).

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax

public double Rotation { get; }

Property Value

Type: Double
Remarks

The angle (in radians, from the x-axis) of the line segment. The rotation is normalized to the range -π to π.

See Also