Uses of Class
com.jme.math.spring.SpringPointForce

Packages that use SpringPointForce
com.jme.math.spring   
com.jmex.effects.cloth   
 

Uses of SpringPointForce in com.jme.math.spring
 

Methods in com.jme.math.spring with parameters of type SpringPointForce
 void SpringSystem.addForce(SpringPointForce force)
          Add an external force to this system.
 boolean SpringSystem.removeForce(SpringPointForce force)
          Remove a force from this system.
 

Uses of SpringPointForce in com.jmex.effects.cloth
 

Methods in com.jmex.effects.cloth that return SpringPointForce
static SpringPointForce ClothUtils.createBasicDrag(float dragCoef)
          Create a basic drag force that will use the given drag coefficient.
static SpringPointForce ClothUtils.createBasicGravity()
          Create a basic gravitational force.
static SpringPointForce ClothUtils.createBasicWind(float windStr, Vector3f windDir, boolean addRandom)
          Creates a basic wind that always blows in a single direction.
 

Methods in com.jmex.effects.cloth with parameters of type SpringPointForce
 void ClothPatch.addForce(SpringPointForce force)
          Add an external force to the underlying SpringSystem.
 boolean ClothPatch.removeForce(SpringPointForce force)
          Remove a force from the underlying SpringSystem.