| |
- __init__(self, m, pos, r=None, fixed=0, pickable=1, v=vector(0, 0, 0), color=(0.80000000000000004, 0.20000000000000001, 0.40000000000000002), **keywords)
- Construct a mass.
- calcGravityForce(self, g)
- Calculate the gravity force.
- calcNewLocation(self, dt)
- Calculate the new location of the mass.
- calcViscosityForce(self, viscosity)
- Calculate the viscosity force.
- clearForce(self)
- Clear the Force.
|