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