Check if edge intersects another edge

Namespace:  FlowMap
Assembly:  FlowMap (in FlowMap.dll)

Syntax

Visual Basic (Declaration)
Public Function checkIntersection ( _
	_edge As Edge _
) As Boolean
C#
public bool checkIntersection(
	Edge _edge
)
Visual C++
public:
bool checkIntersection(
	Edge^ _edge
)
JavaScript
function checkIntersection(_edge);

Parameters

_edge
Type: FlowMap..::.Edge
Another edge

Return Value

See Also