LineMaxResultBase NormalAngle Property Cognex VisionPro 9.24

Gets the direction of the line segment along the normal 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 NormalAngle { get; }

Return Value

Type: Double

The angle in radians.

Remarks

The normal is defined as TangentAngle plus PI/2.

See Also