Class LinearElasticSystem
Inheritance
LinearElasticSystem
Assembly: cs.temp.dll.dll
public class LinearElasticSystem : IElasticSystem<float>
Constructors
Default constructor; initializes the elastic system with the specified
initial value, velocity, extent, and elastic properties.
Declaration
public LinearElasticSystem(float initialValue, float initialVelocity, LinearElasticExtent extentInfo, ElasticProperties elasticProperties)
Parameters
Methods
Declaration
public float ComputeIteration(float forcingValue, float deltaTime)
Parameters
Returns
Declaration
public float GetCurrentValue()
Returns
Declaration
public float GetCurrentVelocity()
Returns
Implements