Get length of edge by given start / end position

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

Syntax

Visual Basic (Declaration)
Public Shared Function GetLength ( _
	_start As Vector3, _
	_end As Vector3 _
) As Single
C#
public static float GetLength(
	Vector3 _start,
	Vector3 _end
)
Visual C++
public:
static float GetLength(
	Vector3 _start, 
	Vector3 _end
)
JavaScript
FlowMap.Edge.getLength = function(_start, _end);

Parameters

_start
Type: Vector3
_end
Type: Vector3

Return Value

See Also