Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: Edge(Vertex, Vertex)

  • Declared in: RT.Coordinates.Edge

Declaration

public Edge(
    Vertex start,
    Vertex end
)

Summary

Describes a directed edge going from one vertex to another.