IEdgeGetIntersectingPoints(IEdge, IEdge, PointD, PointD) Method

Returns true if the two IEdges intersect

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static bool GetIntersectingPoints(
	IEdge e1,
	IEdge e2,
	ref PointD p1,
	ref PointD p2
)

Parameters

e1  IEdge
Edge No1
e2  IEdge
Edge No2
p1  PointD
Point on e1 with shortest distance
p2  PointD
Point on e2 with shortest distance

Return Value

Boolean
true if the edges intersect

See Also