tsParticles - v0.0.0
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
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
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
contains
intersects
tsParticles - v0.0.0
Loading...