cs567.particles
Interface Constants


public interface Constants

Default constants.


Field Summary
static double DAMPING_MASS
          Mass-proportional damping.
static double PARTICLE_MASS
          Mass of a particle.
static double RESTITUTION_COEFF
          Restitution coefficient on [0,1].
static double STIFFNESS_BEND
          Spring bending stiffness.
static double STIFFNESS_STRETCH
          Spring stretching stiffness.
 

Field Detail

RESTITUTION_COEFF

static final double RESTITUTION_COEFF
Restitution coefficient on [0,1].

See Also:
Constant Field Values

DAMPING_MASS

static final double DAMPING_MASS
Mass-proportional damping.

See Also:
Constant Field Values

PARTICLE_MASS

static final double PARTICLE_MASS
Mass of a particle.

See Also:
Constant Field Values

STIFFNESS_STRETCH

static final double STIFFNESS_STRETCH
Spring stretching stiffness.

See Also:
Constant Field Values

STIFFNESS_BEND

static final double STIFFNESS_BEND
Spring bending stiffness.

See Also:
Constant Field Values