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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	_start As Vector3, _
	_end As Vector3 _
)
C#
public Edge(
	Vector3 _start,
	Vector3 _end
)
Visual C++
public:
Edge(
	Vector3 _start, 
	Vector3 _end
)
JavaScript
FlowMap.Edge = function(_start, _end);

Parameters

_start
Type: Vector3
Start position
_end
Type: Vector3
End position

See Also