Get intersection point with other edge

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

Syntax

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

Parameters

_edge
Type: FlowMap..::.Edge
Other edge

Return Value

Intersection Point

See Also