Bearbeiten

Freigeben über


LinearElasticSystem Class

Definition

public ref class LinearElasticSystem : Microsoft::MixedReality::Toolkit::Experimental::Physics::IElasticSystem<float>
public class LinearElasticSystem : Microsoft.MixedReality.Toolkit.Experimental.Physics.IElasticSystem<float>
type LinearElasticSystem = class
    interface IElasticSystem<single>
Public Class LinearElasticSystem
Implements IElasticSystem(Of Single)
Inheritance
LinearElasticSystem
Implements

Constructors

LinearElasticSystem(Single, Single, LinearElasticExtent, ElasticProperties)

Default constructor; initializes the elastic system with the specified initial value, velocity, extent, and elastic properties.

Methods

ComputeIteration(Single, Single)

Update the internal state of the damped harmonic oscillator, given the forcing/desired value, returning the new value.

GetCurrentValue()
GetCurrentVelocity()

Applies to