A particle is an object with a position, and an optional
trail.
Methods
|
|
__init__
display
ok
update
|
|
__init__
|
__init__ ( self, pos=( 0, 0, 0 ) )
|
|
display
|
display ( self )
|
|
ok
|
ok ( self )
Does this particle need to be reclaimed? Only applicable for
particles in systems.
|
|
update
|
update ( self )
|
|