Click or drag to resize
Accord.NET (logo)

LineIntercept Property

If not IsVertical, gets the Line's Y-intercept. If IsVertical gets the line's X-intercept.

Namespace:  Accord.Math.Geometry
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public float Intercept { get; }
Request Example View Source

Property Value

Type: Single
See Also