Preparing search index...
The search index is not available
Foundry Virtual Tabletop - API Documentation - Version 13
Foundry Virtual Tabletop - API Documentation - Version 13
foundry
types
Point
Interface Point
A 2D point, expressed as {x, y}.
interface
Point
{
x
:
number
;
y
:
number
;
}
Index
Properties
x
y
Properties
x
x
:
number
The x-coordinate
y
y
:
number
The y-coordinate
Settings
Member Visibility
Protected
Inherited
Internal
Theme
OS
Light
Dark
On This Page
Properties
x
y
Foundry Virtual Tabletop - API Documentation - Version 13
Loading...
A 2D point, expressed as {x, y}.