Preparing search index...
The search index is not available
Excalibur.js Edge API Documentation
Excalibur.js Edge API Documentation
GlobalCoordinates
Class GlobalCoordinates
Hierarchy
GlobalCoordinates
Index
Constructors
constructor
Properties
page
Pos
screen
Pos
world
Pos
Methods
from
Page
Position
Constructors
constructor
new
Global
Coordinates
(
worldPos
:
Vector
, pagePos
:
Vector
, screenPos
:
Vector
)
:
GlobalCoordinates
Parameters
worldPos:
Vector
pagePos:
Vector
screenPos:
Vector
Returns
GlobalCoordinates
Properties
page
Pos
page
Pos
:
Vector
screen
Pos
screen
Pos
:
Vector
world
Pos
world
Pos
:
Vector
Methods
Static
from
Page
Position
from
Page
Position
(
x
:
number
, y
:
number
, engine
:
Engine
)
:
GlobalCoordinates
Parameters
x:
number
y:
number
engine:
Engine
Returns
GlobalCoordinates
from
Page
Position
(
pos
:
Vector
, engine
:
Engine
)
:
GlobalCoordinates
Parameters
pos:
Vector
engine:
Engine
Returns
GlobalCoordinates
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Modules
Excalibur.js
Edge API
Documentation
Events
Input
Side
Util
Draw
Util
webgl
Global
Coordinates
constructor
page
Pos
screen
Pos
world
Pos
from
Page
Position