Table of Contents

Class: NewtonianParticle zoe.py

A Newtonian particle has a position and a velocity, and every turn updates its position according to the velocity (which actually acts as a change in position.

Base Classes   
Particle
Methods   
__init__
impulse
update
  __init__ 
__init__ (
        self,
        pos=( 0, 0, 0 ),
        vel=( 0, 0, 0 ),
        )

  impulse 
impulse ( self,  deltavee )

Apply an impulse to the particle, with the change in velocity.

  update 
update ( self )


Table of Contents

This document was automatically generated on Fri Aug 9 12:07:20 2002 by HappyDoc version 2.0.1