LineMaxResultBase TangentAngle Property Cognex VisionPro 9.24

Gets the direction of the line segment along the tangent direction.

Namespace: Cognex.Vision.LineMax.Implementation
Assembly: Cognex.Vision.LineMax.Net (in Cognex.Vision.LineMax.Net.dll) Version: 9.24.0.0
Syntax

public abstract double TangentAngle { get; }

Return Value

Type: Double

The angle in radians.

Remarks

The tangent is defined as NormalAngle minus PI/2.

See Also