Skip to content
alt:V JS Docs
Search
Meta
K
Main Navigation
Intro
API
Server
Client
Shared
Enums
Types
Interfaces
Guides
Team
💾 Download
GitHub
Twitter
Discord
Appearance
GitHub
Twitter
Discord
Menu
Return to top
On this page
Table of Contents for current page
Interface Definition
Documentation
IVector2
#
Interface Definition
#
ts
interface
IVector2
{
readonly
x
:
number
;
readonly
y
:
number
;
};
Documentation
#