Click or drag to resize
Accord.NET (logo)

ToolsCollinear Method (PointH, PointH, PointH)

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(
	PointH pt1,
	PointH pt2,
	PointH pt3
)
Request Example View Source

Parameters

pt1
Type: Accord.ImagingPointH
pt2
Type: Accord.ImagingPointH
pt3
Type: Accord.ImagingPointH

Return Value

Type: Boolean
See Also