tsParticles - v4.0.0-beta.12
Preparing search index...
tsParticles Particles.js integration
bundle
BaseRange
Class BaseRange
Abstract
Hierarchy (
View Summary
)
BaseRange
Circle
Rectangle
Index
Constructors
constructor
Properties
position
type
Methods
_
reset
Position
contains
intersects
Constructors
Protected
constructor
new
BaseRange
(
x
:
number
,
y
:
number
,
type
:
string
)
:
BaseRange
Parameters
x
:
number
y
:
number
type
:
string
Returns
BaseRange
Properties
Readonly
position
position
:
ICoordinates
Readonly
type
type
:
string
Methods
Protected
_
reset
Position
_resetPosition
(
x
:
number
,
y
:
number
)
:
void
Parameters
x
:
number
y
:
number
Returns
void
Abstract
contains
contains
(
point
:
ICoordinates
)
:
boolean
Parameters
point
:
ICoordinates
Returns
boolean
Abstract
intersects
intersects
(
range
:
BaseRange
)
:
boolean
Parameters
range
:
BaseRange
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
position
type
Methods
_
reset
Position
contains
intersects
tsParticles - v4.0.0-beta.12
Loading...