Class GravityBehavior3D

java.lang.Object
toxi.physics3d.behaviors.ConstantForceBehavior3D
toxi.physics3d.behaviors.GravityBehavior3D
All Implemented Interfaces:
ParticleBehavior3D

public class GravityBehavior3D extends ConstantForceBehavior3D
  • Constructor Details

    • GravityBehavior3D

      public GravityBehavior3D(Vec3D gravity)
    • GravityBehavior3D

      public GravityBehavior3D(Vec3D gravity, float timeStep)
  • Method Details