Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: IEnumerable<Link<Vertex>> MakeEdges(this IEnumerable<Vertex>)

Declaration

public static IEnumerable<Link<Vertex>> MakeEdges(
    this IEnumerable<Vertex> vertices
)

Summary

Generates a set of edges from a collection of vertices in which the vertices are in the correct order (either clockwise or counter-clockwise).