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