Gets the direction of the line segment along the normal direction.
Namespace: Cognex.VisionPro.LineMaxAssembly: Cognex.VisionPro.LineMax (in Cognex.VisionPro.LineMax.dll) Version: 79.0.0.0
public double NormalAngle { get; }public double NormalAngle { get; }Public ReadOnly Property NormalAngle As Double
Get
Public ReadOnly Property NormalAngle As Double
Get
public:
property double NormalAngle {
double get ();
}public:
property double NormalAngle {
double get ();
}Property Value
Type:
Double
The angle in radians.
The normal is defined as
TangentAngle
plus
PI / 2.