Preparing search index...
The search index is not available
Excalibur.js Edge API Documentation
Excalibur.js Edge API Documentation
Projection
Class Projection
A 1 dimensional projection on an axis, used to test overlaps
Hierarchy
Projection
Index
Constructors
constructor
Properties
max
min
Methods
get
Overlap
overlaps
Constructors
constructor
new
Projection
(
min
:
number
, max
:
number
)
:
Projection
Parameters
min:
number
max:
number
Returns
Projection
Properties
max
max
:
number
min
min
:
number
Methods
get
Overlap
get
Overlap
(
projection
:
Projection
)
:
number
Parameters
projection:
Projection
Returns
number
overlaps
overlaps
(
projection
:
Projection
)
:
boolean
Parameters
projection:
Projection
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Modules
Excalibur.js
Edge API
Documentation
Events
Input
Side
Util
Draw
Util
webgl
Projection
constructor
max
min
get
Overlap
overlaps
A 1 dimensional projection on an axis, used to test overlaps