three-nebula API
Preparing search index...
integrate
Function integrate
integrate
(
particle
:
Particle
,
time
:
number
,
damping
:
number
,
type
?:
string
,
)
:
void
Performs the chosen integration on the particle. Defaults to euler.
Parameters
particle
:
Particle
time
:
number
damping
:
number
type
:
string
= INTEGRATION_TYPE_EULER
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
three-nebula API
Loading...
Performs the chosen integration on the particle. Defaults to euler.