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