Gets the direction of the line segment along the normal direction.
Namespace: Cognex.Vision.LineMax.ImplementationAssembly: Cognex.Vision.LineMax.Net (in Cognex.Vision.LineMax.Net.dll) Version: 9.21.0.0
public abstract double NormalAngle { get; }public abstract double NormalAngle { get; }Public MustOverride ReadOnly Property NormalAngle As Double
Get
Public MustOverride ReadOnly Property NormalAngle As Double
Get
public:
virtual property double NormalAngle {
double get () abstract;
}public:
virtual property double NormalAngle {
double get () abstract;
}Return Value
Type:
DoubleThe angle in radians.
The normal is defined as TangentAngle plus PI/2.