Your IP : 216.73.216.48
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Charged Particle</title>
</head>
<body>
<p>A zero-sized particle which carries an electric charge. It has a unique name and five parameters:</p>
<ul>
<li><b>position:</b> The X/Y position of the particle, relative to the center of the <a href="objinfo:World">world</a>.</li>
<li><b>velocity:</b> the velocity of the particle. Unit: meters/second.</li>
<li><b>force:</b> the force with which the particle is moving around.</li>
<li><b>mass:</b> the mass of the particle. This influences forces with which the particle interacts with other items.</li>
<li><b>charge:</b> The amount of positive or negative electricity deposited on the particle. Unit: Coulomb.</li>
</ul>
</body>
</html>