Click or drag to resize
Accord.NET (logo)

ToolsCollinear Method (PointF, PointF, PointF)

Detects if three points are collinear.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public static bool Collinear(
	PointF pt1,
	PointF pt2,
	PointF pt3
)
Request Example View Source

Parameters

pt1
Type: System.DrawingPointF
pt2
Type: System.DrawingPointF
pt3
Type: System.DrawingPointF

Return Value

Type: Boolean
See Also