Flexivert Library Documentation
Edge Constructor (f, s)
NamespacesFlexivertEdgeEdge(Vertex, Vertex)
Initializes this edge with a given first and second vertex.
Declaration Syntax
C#Visual BasicVisual C++
protected Edge(
	Vertex f,
	Vertex s
)
Protected Sub New ( _
	f As Vertex, _
	s As Vertex _
)
protected:
Edge(
	Vertex^ f, 
	Vertex^ s
)
Parameters
f (Vertex)
The first vertex (origin) of the edge.
s (Vertex)
The second vertex (destination) of the edge.
Remarks
This method is to be used by deriving classes.

Assembly: FVCore (Module: FVCore) Version: 0.5.8.1 (0.5.8.12)