Search
Preparing search index...
The search index is not available
Excalibur.js v0.26.0 API Documentation
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Excalibur.js v0.26.0 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
Exports
Events
Input
Side
Util
webgl
Projection
constructor
max
min
get
Overlap
overlaps
A 1 dimensional projection on an axis, used to test overlaps