LinearElasticSystem Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() |