Skip to content
On this page

IVector2

Interface Definition

ts
interface IVector2 {
    readonly x: number;
    readonly y: number;
};

Documentation

Documentation Created with ❤️ by Stuyk