Skip to content
On this page

IVector3

Interface Definition

ts
interface IVector3 {
    readonly x: number;
    readonly y: number;
    readonly z: number;
};

Documentation

Documentation Created with ❤️ by Stuyk