Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: IEnumerable<Link<Vertex>> FindEdges(IEnumerable<CircularCell>)

Declaration

public IEnumerable<Link<Vertex>> FindEdges(
    IEnumerable<CircularCell> cells
)

Summary

Given a collection of CircularCell objects, returns a collection of edges that describes the perimeter of the current cell.