Resource Base
Table of contents

Edge

The Edge interface represents an edge defined by two Corners.

interface Edge {
    startCorner: Corner;
    endCorner: Corner;
}

startCorner

The starting corner of the edge.

endCorner

The ending corner of the edge.

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article:

latest version

    Change +