Resource Base
Table of contents

Point

Interface Point.

export interface Point {
    // The x coordinate of the point.
    x: number;
    // The y coordinate of the point.
    y: number;
}

This page is compatible for:

Is this page helpful?

YesYes NoNo

latest version

    Change +